[]
Implements the operator !=.
public static bool operator !=(C1Point point1, C1Point point2)
Public Shared Operator <>(point1 As C1Point, point2 As C1Point) As Boolean
| Type | Name | Description |
|---|---|---|
| C1Point | point1 | The point1. |
| C1Point | point2 | The point2. |
| Type | Description |
|---|---|
| bool | The result of the operator. |