TimeZoneOffsetEquality Operator

Determines whether two objects are equal.

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
public static bool operator ==(
	TimeZoneOffset left,
	TimeZoneOffset right
)

Parameters

left  TimeZoneOffset
The first object to compare.
right  TimeZoneOffset
The second object to compare.

Return Value

Boolean
true if left and right are the same type and represent the same value; otherwise, false.

See Also