Table of Contents

TLinkedStyle.SameData Method

Returns true if the 2 instances have the same data.

Syntax

Namespace: FlexCel.Core

public Boolean SameData(TLinkedStyle otherStyle)

Parameters

<-> Parameter Type Description
otherStyle TLinkedStyle Style with which we want to compare.

Returns

True if otherStyle has the same values as this object.

See also