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