Click or drag to resize
Sandcastle Help File BuilderXPathFunctionContextCompareDocument Method
This is not used by this class.

Namespace: SandcastleBuilder.Utils.XPath
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public override int CompareDocument(
	string baseUri,
	string nextbaseUri
)

Parameters

baseUri
Type: SystemString
The base URI of the first document to compare
nextbaseUri
Type: SystemString
The base URI of the second document to compare

Return Value

Type: Int32
Always returns zero (equal).
See Also