LicenseCompare Method

TIBCO Spotfire 11.4 API Reference
Compares two license functions.

Namespace:  Spotfire.Dxp.Framework.License
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax

C#
public abstract int Compare(
	LicensedFunction lf1,
	LicensedFunction lf2
)

Parameters

lf1
Type: Spotfire.Dxp.Framework.LicenseLicensedFunction
The license function to be compared to lf2.
lf2
Type: Spotfire.Dxp.Framework.LicenseLicensedFunction
The license function to be compared to lf1.

Return Value

Type: Int32
-1 if lf1 is smaller than lf2, 0 if lf1=lf2, 1 if lf1 is larger than lf2.
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference