Rectangle 等値演算子
2 つの Rectangle 構造体の位置およびサイズが同じかどうかをテストします。
returnValue = Rectangle.op_Equality(left, right)
[C#]
public static bool operator ==(Rectangleleft,Rectangleright);
[C++]
public: static bool op_Equality(Rectangleleft,Rectangleright);
[JScript]
returnValue = left == right;
[Visual Basic] Visual Basic では、この型で定義されている演算子を使用することができます。ただし、独自に定義することはできません。
[JScript] JScript では、この型で定義されている演算子を使用することができます。ただし、独自に定義することはできません。
引数 [Visual Basic, JScript]
パラメータ [C#, C++]
戻り値
2 つの Rectangle 構造体の X 、 Y 、Width、Height の各プロパティが等しい場合、この演算子は true を返します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET