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