Delen via


DiffFinder<T>.ElementsAreEqual Method

Namespace:  Microsoft.TeamFoundation.Diff
Assembly:  Microsoft.TeamFoundation.Diff (in Microsoft.TeamFoundation.Diff.dll)

Syntax

'Declaration
Protected Function ElementsAreEqual ( _
    originalIndex As Integer, _
    modifiedIndex As Integer _
) As Boolean
protected bool ElementsAreEqual(
    int originalIndex,
    int modifiedIndex
)
protected:
bool ElementsAreEqual(
    int originalIndex, 
    int modifiedIndex
)
member ElementsAreEqual : 
        originalIndex:int * 
        modifiedIndex:int -> bool
protected function ElementsAreEqual(
    originalIndex : int, 
    modifiedIndex : int
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DiffFinder<T> Class

Microsoft.TeamFoundation.Diff Namespace