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