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