PipelinedComparatorS9 isEqual Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Overload List

  NameDescription
Public methodisEqual(FileInfo, FileInfo)
Compares two File inputs and returns whether they are equal.
Public methodisEqual(Uri, Uri)
Compares the XML obtained from Uris and returns whether they are equal.
Public methodisEqual(Stream, Uri, Stream, Uri)
Compares two XML Streams and returns whether they are equal.
Public methodisEqual(TextReader, Uri, TextReader, Uri)
Compares XML by reading from TextReaders and returns whether they are equal.
Public methodisEqual(String, Uri, String, Uri)
Compares two XML strings and returns whether they are equal.
Back to Top
See Also