Operator operator !=
operator !=(Decimal128, Decimal128)
Implements the operator !=.
public static bool operator !=(Decimal128 lhs, Decimal128 rhs)
Parameters
lhs
Decimal128The LHS.
rhs
Decimal128The RHS.
Returns
- bool
The result of the operator.