TimeZoneRuleEquals(Object) Method

Determines whether the specified Object is equal to the current TimeZoneRule.

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
The Object to compare with the current TimeZoneRule.

Return Value

Boolean
true if the specified Object is equal to the current TimeZoneRule; otherwise, false.

Remarks

If obj is not a TimeZoneRule or implicitly convertible into one, Equals returns false.

A TimeZoneRule is equal to another TimeZoneRule if its Name and DateRange members are equal.

See Also