Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Function Equals ( _
source As WorkItemCheckedInfo _
) As Boolean
public bool Equals(
WorkItemCheckedInfo source
)
public:
bool Equals(
WorkItemCheckedInfo^ source
)
member Equals :
source:WorkItemCheckedInfo -> bool
public function Equals(
source : WorkItemCheckedInfo
) : boolean
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.
.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.