Method OperatorEqualsImplementation
OperatorEqualsImplementation(BsonValue)
Implementation of operator ==.
protected virtual bool OperatorEqualsImplementation(BsonValue rhs)
Parameters
rhs
BsonValueThe other BsonValue.
Returns
- bool
True if the two BsonValues are equal according to ==.