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

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