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