SfcKey.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<T>.Equals(T)

请参阅

参考

SfcKey 类

Equals 重载

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