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