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
- firstIndex
Type: System.Int32
- secondIndex
Type: System.Int32
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.