TimeChangeRuleEquals(TimeChangeRule) Method

Indicates whether the current object is equal to another object of the same type.

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
public bool Equals(
	TimeChangeRule? other
)

Parameters

other  TimeChangeRule
An object to compare with this object.

Return Value

Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)

Remarks

A TimeChangeRule is equal to another TimeChangeRule if its Name, EffectiveDate, and ToYear members are equal.

See Also