Inequality Operator
Implements the operator !=.
Syntax
'Declaration Public Operator <>( _ ByVal point1 As NativeMethods.Win32Point, _ ByVal point2 As NativeMethods.Win32Point _ ) As Boolean
public bool operator !=( NativeMethods.Win32Point point1, NativeMethods.Win32Point point2 )
public: bool operator !=( NativeMethods.Win32Point point1, NativeMethods.Win32Point point2 )
Parameters
- point1
- The Point point1.
- point2
- The Point point2.
Return Value
The result of the operator.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also