Dependency Equals Method (Object)
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 override bool Equals(
	Object obj
)

Parameters

obj
Type: OnlineSystem Object
The other dependency to compare with.

Return Value

Type: OnlineBoolean
true if both dependecies are equal.
See Also