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