コード例 #1
0
 protected bool Equals(UtcOffset other)
 {
     return(Offset == other.Offset);
 }
コード例 #2
0
 protected bool Equals(UtcOffset other) => Offset == other.Offset;