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