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