RGB.Equals

Method in RGB

Declaration

public bool Equals(RGB 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.