Name | Description | |
---|---|---|
![]() | CompareLogic Constructor | Overloaded. |
The following tables list the members exposed by CompareLogic.
Name | Description | |
---|---|---|
![]() | CompareLogic Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | CaseSensitive | By default the comparison is Case Sensitive |
![]() | Encoding | By default it will read from streams and files using Encoding.Default. This can be overridden: See http://msdn.microsoft.com/en-us/library/windows/desktop/dd317756%28v=vs.85%29.aspx and http://msdn.microsoft.com/en-us/library/system.text.encoding.aspx |
![]() | ExcludedTexts | A list of text to ignore in the comparison. |
![]() | IgnoreWhitespaceDifferences | By default horizontal and vertical whitespace differences are ignored |
Name | Description | |
---|---|---|
![]() | CompareFiles | Compare two text files line by line and return the differences |
![]() | CompareStreams | Compare two text streams line by line |
![]() | CompareStrings | Compare two strings and return the differences. The strings are compared line by line. |
![]() | CompareWords | Split the strings into words by the space character and compare |