operator !=

operator !=(Point2, Point2)

public static bool operator !=(Point2 a, Point2 b) ;

Description

Returns true if Point2s different.

Parameters

Parameter Name Description
a Point2 to determine if they are not equal
b Point2 to determine if they are not equal

Returns

Returns true if the Point2s are not equal.