Compares two TdDecimals to determine whether the operand is not equal to the operand.
Syntax
Parameters
- left
- An instance of TdDecimal.
- right
- An instance of TdDecimal.
Return Value
true if the is not equal to the , false otherwise.
| Return Value |
Description |
true |
or is TdDecimal.Null
-or-
is less than or greater than . |
false |
and are Null
-or-
is equal to . |
Requirements
| Product | Versions | Platforms |
| .NET | 6, 7 | Windows, Linux, MacOS |
| .NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
| .NET Standard | 2.0 | Windows, Linux, MacOS |
See Also