Inequality Operator (Point2D)
In This Topic
Determines if the specified values are not equal.
Syntax
'Declaration
Public Operator <>( _
ByVal As Point2D, _
ByVal As Point2D _
) As System.Boolean
public System.bool operator !=(
Point2D ,
Point2D
)
Parameters
- left
- right
See Also