What's Changed?
CompareLogic Class Members
Properties  Methods 


KellermanSoftware.WhatsChanged Namespace : CompareLogic Class

The following tables list the members exposed by CompareLogic.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property By default the comparison is Case Sensitive  
Public Property 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  
Public Property A list of text to ignore in the comparison.  
Public Property By default horizontal and vertical whitespace differences are ignored  
Top
Public Methods
 NameDescription
Public Method Compare two text files line by line and return the differences  
Public Method Compare two text streams line by line  
Public Method Compare two strings and return the differences. The strings are compared line by line.  
Public Method Split the strings into words by the space character and compare  
Top
See Also

Reference

CompareLogic Class
KellermanSoftware.WhatsChanged Namespace