Share via


TaskListImportInfo.Equals method (TaskListImportInfo)

Indicates whether one TaskListImportInfo structure is equal to another TaskListImportInfo structure.

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

Syntax

'Declaration
Public Function Equals ( _
    other As TaskListImportInfo _
) As Boolean
'Usage
Dim instance As TaskListImportInfo
Dim other As TaskListImportInfo
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    TaskListImportInfo other
)

Parameters

Return value

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

Implements

IEquatable<T>.Equals(T)

See also

Reference

TaskListImportInfo structure

TaskListImportInfo members

Equals overload

Microsoft.Office.Project.Server.Library namespace