Compares two text files lexicographically.
C#
bCompare = CompareTextFiles (lhs, rhs);
VB
bCompare = CompareTextFiles (lhs, rhs)
bCompare = CompareTextFiles (lhs, rhs)
| Variable | Description |
|---|---|
| bCompare | True if the bitmaps are equal, false otherwise. Boolean. |
| lhs | The path to the first file. Can be either an absolute path or a path relative to the current working directory. String. |
| rhs | The path to the second file. Can be either an absolute path or a path relative to the current working directory. String. |