Table of Contents

TXls3DRange.Equality Operator

Returns true if both objects are equal. Note this is for backwards compatibility, this is a class and not immutable, so this method should return true if references are different. But that would break old code.

Syntax

Namespace: FlexCel.Core

public static Boolean op_Equality(TXls3DRange o1, TXls3DRange o2)

Parameters

<-> Parameter Type Description
o1 TXls3DRange
o2 TXls3DRange

See also