Click or drag to resize

TimeZoneEquals(TimeZone) Method

Compares this instance to another instance.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public bool Equals(
	TimeZone other
)

Parameters

other  TimeZone
The other instance.

Return Value

Boolean
true if the time zones are equal, otherwise false.

Implements

IEquatableTEquals(T)
See Also