This documentation is archived and is not being maintained.

AccessEntry::CompareIdentity Method

Compares the specified access entry.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
static int CompareIdentity(
	AccessEntry^ entry1, 
	AccessEntry^ entry2
)

Parameters

entry1
Type: Microsoft.TeamFoundation.VersionControl.Client::AccessEntry

The first access entry.

entry2
Type: Microsoft.TeamFoundation.VersionControl.Client::AccessEntry

The second access entry.

Return Value

Type: System::Int32
The identity of the compared access entry.

Show: