CommonComparator compare Method (String, Uri, String, Uri)XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Compares two XML strings and produces a string result.

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

public string compare(
	string a,
	Uri systemIdA,
	string b,
	Uri systemIdB
)

Parameters

a
Type: System String
The first input string to be compared
systemIdA
Type: System Uri
A systemId used to locate relative references in input a and for error reporting
b
Type: System String
The second input string to be compared
systemIdB
Type: System Uri
A systemId used to locate relative references in input b and for error reporting

Return Value

Type: String
A string containing the comparison result.
Exceptions

See Also