共用方式為


SfcKey.Equals 方法 (Object)

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Determines if the specified object is the same as the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey] object.

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public MustOverride Function Equals ( _
    obj As Object _
) As Boolean
'用途
Dim instance As SfcKey 
Dim obj As Object 
Dim returnValue As Boolean 

returnValue = instance.Equals(obj)
public abstract bool Equals(
    Object obj
)
public:
virtual bool Equals(
    Object^ obj
) abstract override
override Equals : 
        obj:Object -> bool
public abstract function Equals(
    obj : Object
) : boolean

參數

  • obj
    型別:System.Object
    A SystemObject that identifies the object to compare.

傳回值

型別:System.Boolean
A Boolean value that is true if the objects are equal. Otherwise, false.

請參閱

參考

SfcKey 類別

Equals 多載

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間