What's Changed?
CompareWords Method (ICompareLogic)



KellermanSoftware.WhatsChanged Namespace > ICompareLogic Interface : CompareWords Method
The original sentence
The changed sentence
Split the strings into words by the space character and compare
Syntax
Function CompareWords( _
   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.CompareWords(original, changed)
ComparisonResult CompareWords( 
   string original,
   string changed
)
ComparisonResult^ CompareWords( 
   String^ original,
   String^ changed
) 

Parameters

original
The original sentence
changed
The changed sentence

Return Value

The 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