WebPartAdder.Selector.Equals Method

Determines whether the specified object is equivalent to the current WebPartAdder.Selector.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
'Usage
Dim instance As WebPartAdder.Selector
Dim obj As Object
Dim returnValue As Boolean

returnValue = instance.Equals(obj)
public override bool Equals(
    Object obj
)

Parameters

Return Value

Type: System.Boolean
true if the obj is equivalent to the current WebPartAdder.Selector; otherwise, false.

Remarks

This implementation only determines reference equality of the contained properties. It does not determine value equality of the contained properties.

See Also

Reference

WebPartAdder.Selector Structure

WebPartAdder.Selector Members

Microsoft.SharePoint.WebPartPages Namespace