共用方式為


SchemaNamedKey<T>.Equals 方法 (SfcKey)

Compares the schema name key to this key for value equality.

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

語法

'宣告
Public Overrides Function Equals ( _
    other As SfcKey _
) As Boolean
'用途
Dim instance As SchemaNamedKey 
Dim other As SfcKey 
Dim returnValue As Boolean 

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

參數

傳回值

型別:System.Boolean
true if the keys are equal in value; otherwise, false.

實作

IEquatable<T>.Equals(T)

請參閱

參考

SchemaNamedKey<T> 類別

Equals 多載

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