TimeZoneOffsetEquality Operator
Determines whether two objects are equal.
Namespace: InnerDrive.TimeZonesAssembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
public static bool operator ==(
TimeZoneOffset left,
TimeZoneOffset right
)
- left TimeZoneOffset
- The first object to compare.
- right TimeZoneOffset
- The second object to compare.
Boolean
true if
left and
right are the same
type and represent the same value; otherwise, false.