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