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