Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Compares this item identifier to another.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function Equals ( _
id As ItemIdentifier _
) As Boolean
public bool Equals(
ItemIdentifier id
)
public:
bool Equals(
ItemIdentifier^ id
)
member Equals :
id:ItemIdentifier -> bool
public function Equals(
id : ItemIdentifier
) : boolean
Parameters
- id
Type: Microsoft.TeamFoundation.VersionControl.Client.ItemIdentifier
The other item identifer to compare.
Return Value
Type: System.Boolean
True if the two objects are equivalent; otherwise, false.
.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.