Operator Equality
Equality(Matrix, Matrix)
Tests for equality between two objects.
Declaration
public static bool operator ==(Matrix left, Matrix right)
Parameters
| Type | Name | Description |
|---|---|---|
| Matrix | left | The first value to compare. |
| Matrix | right | The second value to compare. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
|