CommonComparator compare Method (Uri, Uri, FileInfo)XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Compares the XML obtained from Uris and writes the pipeline result to a File.

Namespace: DeltaXML.CoreS9Api.Internals
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax

public void compare(
	Uri a,
	Uri b,
	FileInfo result
)

Parameters

a
Type: System Uri
The Uri from which the first input is loaded
b
Type: System Uri
The Uri for the second input
result
Type: System.IO FileInfo
where the pipeline result will be written
Exceptions

See Also