PipelinedComparatorS9 isEqual Method (Uri, Uri)XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Compares the XML obtained from Uris 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(
	Uri a,
	Uri b
)

Parameters

a
Type: System Uri
The Uri from which the first input is loaded
b
Type: System Uri
The Uri for the second input

Return Value

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

See Also