共用方式為


WebPartAdder.Selector.Equals method

判斷指定的物件是否等於目前的WebPartAdder.Selector

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

Syntax

'宣告
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
'用途
Dim instance As WebPartAdder.Selector
Dim obj As Object
Dim returnValue As Boolean

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

參數

傳回值

Type: System.Boolean
true如果obj等於目前的WebPartAdder.Selector;否則, false。

備註

這個實作只會決定包含屬性的參考相等。它不會決定包含屬性的值相等。

請參閱

參照

WebPartAdder.Selector structure

WebPartAdder.Selector members

Microsoft.SharePoint.WebPartPages namespace