[]
Defines the == operator for vector.
public static bool operator ==(Vector<T> left, Vector<T> right)
| Type | Name | Description |
|---|---|---|
| Vector<T> | left | A Vector indicates the left operand. |
| Vector<T> | right | A Vector indicates the right operand. |
| Type | Description |
|---|---|
| bool | A bool indicates whether left equals right. |