PipelinedComparatorS9 isEqual Method (TextReader, Uri, TextReader, Uri)XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Compares XML by reading from TextReaders 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(
	TextReader a,
	Uri systemIdA,
	TextReader b,
	Uri systemIdB
)

Parameters

a
Type: System.IO TextReader
The reader for the first input
systemIdA
Type: System Uri
A systemId used to locate relative references in input a and for error reporting
b
Type: System.IO TextReader
The reader for the second input
systemIdB
Type: System Uri
A systemId used to locate relative references in input b and for error reporting

Return Value

Type: Boolean
whether the two inputs are equal after they have been processed with the input filters
Exceptions

See Also