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
lhs
Type: Microsoft.Office.Project.Server.Library.TaskListImportInfoThe left side operand for the overloaded operator.
rhs
Type: Microsoft.Office.Project.Server.Library.TaskListImportInfoThe right side operand for the overloaded operator.
Return value
Type: System.Boolean
True if the two TaskListImportInfo structures that are being compared are not equal; otherwise, False.