Tristimulus.Equals

Method in Tristimulus

Declaration

public bool Equals(Tristimulus other)

Description

Determines if the tristimulus values are equal to another.

Parameters

otherThe other tristimulus values to compare to.

Returns

boolTrue if the tristimulus values are equal, false otherwise.

Overload

Declaration

public override bool Equals(object other)

Description

Determines if the tristimulus values are equal to another.

Parameters

otherThe object to compare to.

Returns

boolTrue if the tristimulus values are equal, false otherwise.