LicenseCompare Method TIBCO Spotfire 7.6 API Reference
Compares two license functions.

Namespace: Spotfire.Dxp.Framework.License
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
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: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference