This operator determines whether the and the are equal.
Syntax
Parameters
- left
- An instance of TdIntervalDay.
- right
- An instance of TdIntervalDay.
Return Value
A Boolean is returned that indicates whether the two operands are equal. True
indicates the two operands are equal, false
otherwise.
Return Value |
Description |
true |
is equal to
-or-
is TdIntervalDay.Null and is Null. |
false |
is not Null and is Null
-or-
is Null and is not Null
-or-
The is not 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