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
- originalIndex
Type: System.Int32
- modifiedIndex
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.