TaskListImportInfo.Inequality operator

An overloaded operator that compares two TaskListImportInfo structures to verify that they are not equal.

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

Syntax

'Declaration
Public Shared Operator <> ( _
    lhs As TaskListImportInfo, _
    rhs As TaskListImportInfo _
) As Boolean
'Usage
Dim lhs As TaskListImportInfo
Dim rhs As TaskListImportInfo
Dim returnValue As Boolean

returnValue = (lhs <> rhs)
public static bool operator !=(
    TaskListImportInfo lhs,
    TaskListImportInfo rhs
)

Parameters

Return value

Type: System.Boolean
True if the two TaskListImportInfo structures that are being compared are not equal; otherwise, False.

See also

Reference

TaskListImportInfo structure

TaskListImportInfo members

Microsoft.Office.Project.Server.Library namespace