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