Equals Method
Equals(object)
Determines whether the specified object is equal to this instance.
Declaration
public override bool Equals(object value)
Parameters
| Type |
Name |
Description |
| object |
value |
|
Returns
Overrides
Equals(ColorMatrix5x4)
Determines whether the specified ColorMatrix5x4 is equal to this instance.
Declaration
public bool Equals(ColorMatrix5x4 other)
Parameters
Returns
Implements
Equals(ColorMatrix5x4, ColorMatrix5x4)
Declaration
public static bool Equals(ColorMatrix5x4 left, ColorMatrix5x4 right)
Parameters
Returns