Point 非等値演算子
2 つの Point オブジェクトを比較します。その結果によって、2 つの Point オブジェクトの X プロパティと Y プロパティの値が異なるかどうかが示されます。
returnValue = Point.op_Inequality(left, right)
[C#]
public static bool operator !=(Pointleft,Pointright);
[C++]
public: static bool op_Inequality(Pointleft,Pointright);
[JScript]
returnValue = left != right;
[Visual Basic] Visual Basic では、この型で定義されている演算子を使用することができます。ただし、独自に定義することはできません。
[JScript] JScript では、この型で定義されている演算子を使用することができます。ただし、独自に定義することはできません。
引数 [Visual Basic, JScript]
パラメータ [C#, C++]
戻り値
left および right の X プロパティまたは Y プロパティの値が異なる場合、この演算子は true を返します。それ以外の場合は false を返します。
必要条件
プラットフォーム: 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