[]
Defines the == operator for vector.
public static bool operator !=(Vector left, Vector right)
Public Shared Operator <>(left As Vector, right As Vector) As Boolean
| Type | Name | Description |
|---|---|---|
| Vector | left | A Vector indicates the left operand. |
| Vector | right | A Vector indicates the right operand. |
| Type | Description |
|---|---|
| bool | A bool indicates whether left dose not equals right. |