[]
Defines the == operator for vector.
public static bool operator ==(Vector left, Vector right)
| 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 equals right. |