Click or drag to resize

TimeZoneEquality Operator

Equality 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
)

Parameters

tzi1
Type: NetQuarryTimeZone
The first TimeZone object to compare.
tzi2
Type: NetQuarryTimeZone
The second TimeZone object to compare.

Return Value

Type: Boolean
True if the two TimeZone objects represent the same timezone, else false.
See Also