XML Compare .NET API Documentation - DEPRECATED
Back to Top
Overload List
| Name | Description | |
|---|---|---|
| isEqual(FileInfo, FileInfo) |
Compares two File inputs and returns whether they are equal.
| |
| isEqual(Uri, Uri) |
Compares the XML obtained from Uris and returns whether they are equal.
| |
| isEqual(Stream, Uri, Stream, Uri) |
Compares two XML Streams and returns whether they are equal.
| |
| isEqual(TextReader, Uri, TextReader, Uri) |
Compares XML by reading from TextReaders and returns whether they are equal.
| |
| isEqual(String, Uri, String, Uri) |
Compares two XML strings and returns whether they are equal.
|
See Also