LicenseCompare Method

Spotfire 14.3 API Reference
Compares two license functions.

Namespace:  Spotfire.Dxp.Framework.License
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
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: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference