Table of Contents

TRTFRun.Equals Method

Determines whether two TRTFRun instances are equal.

Syntax

Namespace: FlexCel.Core

public override Boolean Equals(Object obj)

Parameters

<-> Parameter Type Description
obj Object The Object to compare with the current TRTFRun.

Returns

true if the specified Object is equal to the current TRTFRun; otherwise, false.

See also