[C#]
static bool operator != (Point left, Point right);
[Visual Basic]
Shared Function Operator != (left As Point, right As Point) As Boolean
None.