CIEUVW.Equals

Method in CIEUVW

Declaration

public bool Equals(CIEUVW other)

Description

Determines if the components are equal to another.

Parameters

otherThe other components to compare to.

Returns

boolTrue 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

otherThe other object to compare to.

Returns

boolTrue if the components are equal, false otherwise.