Example #1
0
 public static int GetLogicalHashCode(PosixTz posixTz)
 {
     if ((object)posixTz == null)
     {
         return(0);
     }
     return(HashCode.Combine(
                posixTz.offset, Dst.GetLogicalHashCode(posixTz.dst)
                ));
 }