Difference.DiffFiles Method
Include Protected Members
Include Inherited Members
Compares two files.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
DiffFiles(String, Int32, String, Int32, DiffOptions) | Compares two files by using the internal diff engine, and returns the linked list of DiffSegments. | |
DiffFiles(VersionControlServer, IDiffItem, IDiffItem, DiffOptions, String, Boolean) | Compares two files by using the internal diff engine. | |
DiffFiles(VersionControlServer, IDiffItem, IDiffItem, DiffOptions, String, Boolean, Boolean) | Compares two files by using the internal diff engine. |
Top