TimeZoneInequality Operator |
Inequality operator for TimeZone object.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static bool operator !=(
TimeZone tzi1,
TimeZone tzi2
)
Public Shared Operator <> (
tzi1 As TimeZone,
tzi2 As TimeZone
) As Boolean
Parameters
- tzi1
- Type: NetQuarryTimeZone
The first TimeZone object to compare. - tzi2
- Type: NetQuarryTimeZone
The second TimeZone object to compare.
Return Value
Type:
BooleanTrue if the two TimeZone objects do not represent the same timezone, else false.
See Also