Compares two
TdIntervalHour interval types to determine whether the is not equal to .
Syntax
Parameters
- left
- An instance of TdIntervalHour.
- right
- An instance of TdIntervalHour.
Return Value
true
indicates is not equal to , false
otherwise.
Return Value |
Description |
true |
is less than or greater than
-or-
Either or is TdIntervalHour.Null. |
false |
is equal to
-or-
and are Null. |
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