Share via


CatalogConnectionSettings.Inequality operator

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    left As CatalogConnectionSettings, _
    right As CatalogConnectionSettings _
) As Boolean
'Usage
Dim left As CatalogConnectionSettings
Dim right As CatalogConnectionSettings
Dim returnValue As Boolean

returnValue = (left <> right)
public static bool operator !=(
    CatalogConnectionSettings left,
    CatalogConnectionSettings right
)

Parameters

Return value

Type: System.Boolean

See also

Reference

CatalogConnectionSettings class

CatalogConnectionSettings members

Microsoft.SharePoint.Publishing namespace