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