DeployLX Software Protection System

Limit..::..CompareTo Method

Compares the Limit with another Limit.

Syntax

Public Overridable Function CompareTo ( _
	limit As Limit _
) As Integer
public virtual int CompareTo(
	Limit limit
)

Parameters

limit
The limit to compare to.

Return Value

Returns a value that indicates the relative relationship between the two limits.

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also