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