ItemIdentifier.Equals Method (ItemIdentifier)
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.ItemIdentifierThe other item identifier 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.