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