TimeZoneEquals(Object) Method |
Compares this instance to another object.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public override bool Equals(
Object obj
)
Parameters
- obj Object
- The other object.
Return Value
Booleantrue if
obj is from type
TimeZone and the time zones are equal, otherwise false.
See Also