Operator operator ==
operator ==(BsonDouble, BsonDouble)
Compares two BsonDouble values.
public static bool operator ==(BsonDouble lhs, BsonDouble rhs)
Parameters
lhs
BsonDoubleThe first BsonDouble.
rhs
BsonDoubleThe other BsonDouble.
Returns
- bool
True if the two BsonDouble values are equal according to ==.