共用方式為


Equals 方法 (SfcKey)

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Determines if the object identified by the specified [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey] 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 ( _
    akey As SfcKey _
) As Boolean
'用途
Dim instance As SfcKey
Dim akey As SfcKey
Dim returnValue As Boolean

returnValue = instance.Equals(akey)
public abstract bool Equals(
    SfcKey akey
)
public:
virtual bool Equals(
    SfcKey^ akey
) abstract
abstract Equals : 
        akey:SfcKey -> bool 
public abstract function Equals(
    akey : SfcKey
) : boolean

參數

傳回值

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

實作

IEquatable< (Of < ( <'T> ) > ) >. . :: . .Equals(T)