Method Equals
Equals(BsonMinKey)
Compares this BsonMinKey to another BsonMinKey.
Parameters
rhs
BsonMin Key The other BsonMinKey.
Returns
- bool
True if the two BsonMinKey values are equal.
Equals(object)
Compares this BsonMinKey to another object.
Parameters
obj
objectThe other object.
Returns
- bool
True if the other object is a BsonMinKey and equal to this one.