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