[]
Tests for inequality between two objects.
public static bool operator !=(Vector2 left, Vector2 right)
Public Shared Operator <>(left As Vector2, right As Vector2) As Boolean
| Type | Name | Description |
|---|---|---|
| Vector2 | left | The first value to compare. |
| Vector2 | right | The second value to compare. |
| Type | Description |
|---|---|
| bool |