1 reference to HasSameRules
mscorlib (1)
system\timezoneinfo.cs (1)
872return (other != null && String.Compare(this.m_id, other.m_id, StringComparison.OrdinalIgnoreCase) == 0 && HasSameRules(other));