TimeChangeRuleEquals(TimeChangeRule) Method
            Indicates whether the current object is equal to another object of the same type.
            
Namespace: InnerDrive.TimeZonesAssembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9417.0
public bool Equals(
	TimeChangeRule? other
)
- other  TimeChangeRule
 - An object to compare with this object.
 
Booleantrue if the current object is equal to the 
other 
            parameter; otherwise, 
false.
IEquatableTEquals(T)