Пример #1
0
 public bool IsNearlyEqual(Rectangle other)
 {
     return(TopLeft.IsNearlyEqual(other.TopLeft) && Size.IsNearlyEqual((other.Size)));
 }