コード例 #1
0
 public bool Equals(Int32Size value)
 {
     return(this == value);
 }
コード例 #2
0
 public static bool Equals(Int32Size size1, Int32Size size2)
 {
     return(size1 == size2);
 }
コード例 #3
0
 public Int32Size(Int32Size clone)
 {
     this.Width  = clone.Width;
     this.Height = clone.Height;
 }