Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Compares the specified access entry.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Shared Function CompareIdentity ( _
entry1 As AccessEntry, _
entry2 As AccessEntry _
) As Integer
public static int CompareIdentity(
AccessEntry entry1,
AccessEntry entry2
)
public:
static int CompareIdentity(
AccessEntry^ entry1,
AccessEntry^ entry2
)
static member CompareIdentity :
entry1:AccessEntry *
entry2:AccessEntry -> int
public static function CompareIdentity(
entry1 : AccessEntry,
entry2 : AccessEntry
) : int
Parameters
entry1
Type: Microsoft.TeamFoundation.VersionControl.Client.AccessEntryThe first access entry.
entry2
Type: Microsoft.TeamFoundation.VersionControl.Client.AccessEntryThe second access entry.
Return Value
Type: System.Int32
The identity of the compared access entry.
.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.