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