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