Operator Inequality
Inequality(AfterPayMoney, AfterPayMoney)
Performs inequality checking on AfterPayMoney instances.
Declaration
public static bool operator !=(AfterPayMoney value1, AfterPayMoney value2)
Parameters
Type | Name | Description |
---|---|---|
AfterPayMoney | value1 | A AfterPayMoney instance. |
AfterPayMoney | value2 | A AfterPayMoney instance. |
Returns
Type | Description |
---|---|
System.Boolean | True if the instances are not equal, otherwise false. |
Remarks
Inverts the result of an == comparison.