public bool Equals(Polygon other)
 {
     return(RectanglePolygonComparison.Equals(other, this));
 }
예제 #2
0
 public bool Equals(Rectangle rectangle)
 {
     return(RectanglePolygonComparison.Equals(this, rectangle));
 }