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