[]
Tests for inequality between two objects.
public static bool operator !=(Matrix5x4 left, Matrix5x4 right)
| Type | Name | Description |
|---|---|---|
| Matrix5x4 | left | The first value to compare. |
| Matrix5x4 | right | The second value to compare. |
| Type | Description |
|---|---|
| bool |
|