TimeZoneEquals(TimeZone) Method |
Compares this instance to another instance.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public bool Equals(
TimeZone other
)
Parameters
- other TimeZone
- The other instance.
Return Value
Booleantrue if the time zones are equal, otherwise false.
Implements
IEquatableTEquals(T)See Also