LumaCoefficients.Equals
Method in LumaCoefficients
Declaration
public bool Equals(LumaCoefficients other)Description
Determines if the luma coefficients are equal to another.
Parameters
| other | The other luma coefficients to compare to. |
Returns
| bool | True if the luma coefficients are equal, false otherwise. |
Overload
Declaration
public override bool Equals(object other)Description
Determines if the luma coefficients are equal to another.
Parameters
| other | The object to compare to. |
Returns
| bool | True if the luma coefficients are equal, false otherwise. |