[]
        
(Showing Draft Content)

C1.Util.DX.ColorF.Equals

Equals Method

Equals(ColorF)

Determines whether the specified ColorF is equal to this instance.

Declaration
public bool Equals(ColorF other)
Parameters
Type Name Description
ColorF other
Returns
Type Description
bool
Implements

Equals(object)

Determines whether the specified object is equal to this instance.

Declaration
public override bool Equals(object value)
Parameters
Type Name Description
object value
Returns
Type Description
bool
Overrides