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