Operator operator ==
operator ==(BsonMinKey, BsonMinKey)
Compares two BsonMinKey values.
public static bool operator ==(BsonMinKey lhs, BsonMinKey rhs)
Parameters
lhsBsonMinKeyThe first BsonMinKey.
rhsBsonMinKeyThe other BsonMinKey.
Returns
- bool
True if the two BsonMinKey values are equal according to ==.