Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether two WebPartAdder.Selector objects are not equal.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Operator <> ( _
a As WebPartAdder.Selector, _
b As WebPartAdder.Selector _
) As Boolean
'Usage
Dim a As WebPartAdder.Selector
Dim b As WebPartAdder.Selector
Dim returnValue As Boolean
returnValue = (a <> b)
public static bool operator !=(
WebPartAdder.Selector a,
WebPartAdder.Selector b
)
Parameters
a
Type: Microsoft.SharePoint.WebPartPages.WebPartAdder.SelectorThe first selector.
b
Type: Microsoft.SharePoint.WebPartPages.WebPartAdder.SelectorThe second selector.
Return Value
Type: System.Boolean
true if the two WebPartAdder.Selector objects are not equal; otherwise, false.
Remarks
This operator invokes the Equality(WebPartAdder.Selector, WebPartAdder.Selector) operator to determine whether the two WebPartAdder.Selector objects are equal.