This documentation is archived and is not being maintained.

WorkItemCheckedInfo::Equals Method (WorkItemCheckedInfo)

Checks whether the specified checked info object is the same as this one.

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

public:
bool Equals(
	WorkItemCheckedInfo^ source
)

Parameters

source
Type: Microsoft.TeamFoundation.VersionControl.Client::WorkItemCheckedInfo

The WorkItemCheckedInfo object to compare.

Return Value

Type: System::Boolean
True if the two objects are equal; otherwise, false.

Show: