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

Namespace: Spotfire.Dxp.Framework.License
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also