Click or drag to resize

BsonNull.Equals Method

Overload List
  NameDescription
Public methodEquals(Object)
Compares this BsonNull to another object.
(Overrides BsonValue.Equals(Object).)
Public methodEquals(BsonNull)
Compares this BsonNull to another BsonNull.
Public methodEquals(BsonValue)
Compares this BsonValue to another BsonValue.
(Inherited from BsonValue.)
Top
See Also