PipelinedComparatorS9 isEqual Method (FileInfo, FileInfo)XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Compares two File inputs 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(
	FileInfo input1,
	FileInfo input2
)

Parameters

input1
Type: System.IO FileInfo
The first input file to compare
input2
Type: System.IO FileInfo
The second input file to compare

Return Value

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

ExceptionCondition
com.deltaxml.cores9api ComparisonExceptionThrown if their is a problem during the comparison stage of the pipeline
com.deltaxml.cores9api FilterProcessingExceptionThrown if there was a problem running any of the filters
System.IO FileNotFoundExceptionThrown if the input or output files cannot be found
System.IO IOExceptionThrown if there is a problem opening/closing streams associated with the File arguments
com.deltaxml.cores9api PipelineLoadingExceptionThrown if the inputs cannot be loaded or parsed
com.deltaxml.cores9api PipelineSerializationExceptionThrown if the input cannot be saved or serialized to the result location
com.deltaxml.cores9api LicenseExceptionThrown if there is a licensing issue that prevents operation
com.deltaxml.core PipelinedComparatorErrorThrown if a comparator execution thread is interrupted by another thread
See Also