Table of Contents

TLinkedStyle.SameData Method

Returns true if the 2 instances have the same data.

Syntax

Unit: FlexCel.Core

function TLinkedStyle.SameData(const otherStyle: TLinkedStyle): Boolean;

Parameters

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

Returns

True if otherStyle has the same values as this object.

See also