What's Changed?
CompareStrings Method (ICompareLogic)



KellermanSoftware.WhatsChanged Namespace > ICompareLogic Interface : CompareStrings Method
The original string
The changed string
Compare two strings and return the differences
Syntax
Function CompareStrings( _
   ByVal original As String, _
   ByVal changed As String _
) As ComparisonResult
Dim instance As ICompareLogic
Dim original As String
Dim changed As String
Dim value As ComparisonResult
 
value = instance.CompareStrings(original, changed)
ComparisonResult CompareStrings( 
   string original,
   string changed
)
ComparisonResult^ CompareStrings( 
   String^ original,
   String^ changed
) 

Parameters

original
The original string
changed
The changed string

Return Value

A result of the comparison
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ICompareLogic Interface
ICompareLogic Members