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


In This Topic
Equality 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