Operator operator ==
operator ==(BsonSymbol, BsonSymbol)
Compares two BsonSymbol values.
public static bool operator ==(BsonSymbol lhs, BsonSymbol rhs)
Parameters
lhs
BsonSymbolThe first BsonSymbol.
rhs
BsonSymbolThe other BsonSymbol.
Returns
- bool
True if the two BsonSymbol values are equal according to ==.