Dependency CompareTo Method
Compare the current dependncy to another dependency. File names are compared ignoring case.

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public int CompareTo(
	Dependency other
)

Return Value

Type: OnlineInt32
Zero if both dependecies are equal. Less than zero if the current dependency is less than the other dpendency. Greater than zero if the current dependency is greater than the other dpendency

Implements

OnlineIComparable T  CompareTo(T)
See Also