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