ComponentOne Xamarin.Android
Inequality Operator (C1Point)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1Point Structure : Inequality Operator
The point1.
The point2.
Implements the operator !=.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal point1 As C1Point, _
   ByVal point2 As C1Point _
) As Boolean
'Usage
 
public bool operator !=( 
   C1Point point1,
   C1Point point2
)

Parameters

point1
The point1.
point2
The point2.

Return Value

The result of the operator.
See Also

Reference

C1Point Structure
C1Point Members