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