WebPartAdder.Selector.Equality operator
Determines whether two WebPartAdder.Selector objects are equal.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.