Method OperatorEqualsImplementation
OperatorEqualsImplementation(BsonValue)
Compares this BsonInt32 against another BsonValue.
protected override bool OperatorEqualsImplementation(BsonValue rhs)
Parameters
rhs
BsonValueThe other BsonValue.
Returns
- bool
True if this BsonInt64 and the other BsonValue are equal according to ==.