Rectangle.Equality(Rectangle, Rectangle) 演算子

定義

2 つの Rectangle 構造体の位置およびサイズが同じかどうかをテストします。

public:
 static bool operator ==(System::Drawing::Rectangle left, System::Drawing::Rectangle right);
public static bool operator == (System.Drawing.Rectangle left, System.Drawing.Rectangle right);
static member ( = ) : System.Drawing.Rectangle * System.Drawing.Rectangle -> bool
Public Shared Operator == (left As Rectangle, right As Rectangle) As Boolean

パラメーター

left
Rectangle

等値演算子の左側に表示される Rectangle 構造体。

right
Rectangle

等値演算子の右側に表示される Rectangle 構造体。

戻り値

2 つの Rectangle 構造体の XYWidth、および Height の各プロパティが等しい場合、この演算子は true を返します。

適用対象