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