Dependency Equals Method (Dependency)
Check if two dependncies are equal. 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 bool Equals(
	Dependency other
)

Return Value

Type: OnlineBoolean
true if both dependecies are equal.

Implements

OnlineIEquatable T  Equals(T)
See Also