Exemplo n.º 1
0
 public bool Equals(Int32Size value)
 {
     return(this == value);
 }
Exemplo n.º 2
0
 public static bool Equals(Int32Size size1, Int32Size size2)
 {
     return(size1 == size2);
 }
Exemplo n.º 3
0
 public Int32Size(Int32Size clone)
 {
     this.Width  = clone.Width;
     this.Height = clone.Height;
 }