LumaCoefficients.Equals


Declaration

public bool Equals(LumaCoefficients other)

Description

Determines if the luma coefficients are equal to another.

Parameters

otherThe other luma coefficients to compare to.

Returns

boolTrue 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

otherThe object to compare to.

Returns

boolTrue if the luma coefficients are equal, false otherwise.