private bool Equals(TimeZoneInfoEx other)
 {
     return string.Equals(Name, other.Name);
 }
Example #2
0
 private bool Equals(TimeZoneInfoEx other)
 {
     return(string.Equals(Name, other.Name));
 }