C1.Android.Core Assembly / C1.Android.Core Namespace / C1Point Structure / Inequality Operator
The point1.
The point2.


In This Topic
Inequality Operator (C1Point)
In This Topic
Implements the operator !=.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal point1 As C1Point, _
   ByVal point2 As C1Point _
) As Boolean
 
'Usage
 

Parameters

point1
The point1.
point2
The point2.

Return Value

The result of the operator.
See Also