What's Changed?
CompareStreams Method (ICompareLogic)



KellermanSoftware.WhatsChanged Namespace > ICompareLogic Interface : CompareStreams Method
The original stream
The changed stream
File name or other name for the original stream
File name or other name for the changed stream
Compare two text streams
Syntax
Function CompareStreams( _
   ByVal originalStream As Stream, _
   ByVal changedStream As Stream, _
   ByVal originalName As String, _
   ByVal changedName As String _
) As ComparisonResult
Dim instance As ICompareLogic
Dim originalStream As Stream
Dim changedStream As Stream
Dim originalName As String
Dim changedName As String
Dim value As ComparisonResult
 
value = instance.CompareStreams(originalStream, changedStream, originalName, changedName)

Parameters

originalStream
The original stream
changedStream
The changed stream
originalName
File name or other name for the original stream
changedName
File name or other name for the changed stream

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