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