コード例 #1
0
 public bool YEquals(Spacing other)
 {
     return(Y.HasValue && Y == other.Y);
 }
コード例 #2
0
 public bool XEquals(Spacing other)
 {
     return(X.HasValue && X == other.X);
 }