Click or drag to resize

BsonDocument.Equals Method

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