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