Operator Equality
Equality(Vector2, Vector2)
Tests for equality between two objects.
Declaration
public static bool operator ==(Vector2 left, Vector2 right)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | left | The first value to compare. |
Vector2 | right | The second value to compare. |
Returns
Type | Description |
---|---|
System.Boolean |
|