Table of Contents

Operator operator ==

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

operator ==(BsonTimestamp, BsonTimestamp)

Compares two BsonTimestamp values.

public static bool operator ==(BsonTimestamp lhs, BsonTimestamp rhs)

Parameters

lhs BsonTimestamp

The first BsonTimestamp.

rhs BsonTimestamp

The other BsonTimestamp.

Returns

bool

True if the two BsonTimestamp values are equal according to ==.