Tristimulus.Equals
Method in Tristimulus
Declaration
public bool Equals(Tristimulus other)
Description
Determines if the tristimulus values are equal to another.
Parameters
other | The other tristimulus values to compare to. |
Returns
bool | True 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
other | The object to compare to. |
Returns
bool | True if the tristimulus values are equal, false otherwise. |