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