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 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 equal; otherwise, false.
Remarks
A WebPartAdder.Selector A is equal to WebPartAdder.Selector B if A’s Negated, Major. and Minor properties are all equal to B’s corresponding properties.