Share via


TaskListImportInfo.Equals method (Object)

Indicates whether the specified structure is a TaskListImportInfo structure.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
'Usage
Dim instance As TaskListImportInfo
Dim obj As Object
Dim returnValue As Boolean

returnValue = instance.Equals(obj)
public override bool Equals(
    Object obj
)

Parameters

Return value

Type: System.Boolean
True if the specified structure is a TaskListImportInfo structure; otherwise, False.

See also

Reference

TaskListImportInfo structure

TaskListImportInfo members

Equals overload

Microsoft.Office.Project.Server.Library namespace