PipelinedComparatorS9 isEqual Method (String, Uri, String, Uri)XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Compares two XML strings and returns whether they are equal.

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

public bool isEqual(
	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: Boolean
whether the XML contained in the two strings is equal after they have been processed with the input filters
Exceptions

See Also