예제 #1
0
 public bool IsNearlyEqual(Size other)
 {
     return(Width.IsNearlyEqual(other.Width) && Height.IsNearlyEqual(other.Height));
 }