public bool Equals(Int32Size value) { return(this == value); }
public static bool Equals(Int32Size size1, Int32Size size2) { return(size1 == size2); }
public Int32Size(Int32Size clone) { this.Width = clone.Width; this.Height = clone.Height; }