Table of Contents

TTableStyle.Equals Method

Overloads

TTableStyle.Equals(TTableStyle)

Returns true if both objects are the same.

Syntax

Namespace: FlexCel.Core

public Boolean Equals(TTableStyle b)

Parameters

<-> Parameter Type Description
b TTableStyle

See also

TTableStyle.Equals(Object)

Returns true if both objects are the same

Syntax

Namespace: FlexCel.Core

public override Boolean Equals(Object obj)

Parameters

<-> Parameter Type Description
obj Object

See also