Delen via


DiffFinder<T>.ModifiedElementsAreEqual Method

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

Syntax

'Declaration
Protected Function ModifiedElementsAreEqual ( _
    firstIndex As Integer, _
    secondIndex As Integer _
) As Boolean
protected bool ModifiedElementsAreEqual(
    int firstIndex,
    int secondIndex
)
protected:
bool ModifiedElementsAreEqual(
    int firstIndex, 
    int secondIndex
)
member ModifiedElementsAreEqual : 
        firstIndex:int * 
        secondIndex:int -> bool
protected function ModifiedElementsAreEqual(
    firstIndex : int, 
    secondIndex : int
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DiffFinder<T> Class

Microsoft.TeamFoundation.Diff Namespace