Table of Contents

TDrawingColor.Equals Method

Returns true if both instances have the same color.

Syntax

Namespace: FlexCel.Core

public override Boolean Equals(Object obj)

Parameters

<-> Parameter Type Description
obj Object Object to compare.

Returns

True if both colors are the same.

See also