DiffFinder<T>.OriginalElementsAreEqual Method
Namespace: Microsoft.TeamFoundation.Diff
Assembly: Microsoft.TeamFoundation.Diff (in Microsoft.TeamFoundation.Diff.dll)
Syntax
'Declaration
Protected Function OriginalElementsAreEqual ( _
firstIndex As Integer, _
secondIndex As Integer _
) As Boolean
protected bool OriginalElementsAreEqual(
int firstIndex,
int secondIndex
)
protected:
bool OriginalElementsAreEqual(
int firstIndex,
int secondIndex
)
member OriginalElementsAreEqual :
firstIndex:int *
secondIndex:int -> bool
protected function OriginalElementsAreEqual(
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.