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