License Compare Method TIBCO Spotfire 7.0 API Reference
Compares two license functions.

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

public abstract int Compare(
	LicensedFunction lf1,
	LicensedFunction lf2
)

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.0, 6.5, 6.0, 5.5, 5.0
See Also