Table of Contents

TXls3DRange.Inequality Operator

Returns true if both objects do not have the same value. 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_Inequality(TXls3DRange s1, TXls3DRange s2)

Parameters

<-> Parameter Type Description
s1 TXls3DRange
s2 TXls3DRange

See also