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