Table of Contents

TDrawingRichString.Equals Method

Returns true if both instances have the same string and formatting.

Syntax

Namespace: FlexCel.Core

public override Boolean Equals(Object obj)

Parameters

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

Returns

True if both strings are the same.

See also