共用方式為


NamedKey<T>.Equals 方法 (NamedKey<T>)

Compares a name key to the specified key for value of equality.

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

語法

'宣告
Public Function Equals ( _
    other As NamedKey(Of T) _
) As Boolean
'用途
Dim instance As NamedKey 
Dim other As NamedKey(Of T)
Dim returnValue As Boolean 

returnValue = instance.Equals(other)
public bool Equals(
    NamedKey<T> other
)
public:
virtual bool Equals(
    NamedKey<T>^ other
) sealed
abstract Equals : 
        other:NamedKey<'T> -> bool  
override Equals : 
        other:NamedKey<'T> -> bool
public final function Equals(
    other : NamedKey<T>
) : boolean

參數

傳回值

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

實作

IEquatable<T>.Equals(T)

請參閱

參考

NamedKey<T> 類別

Equals 多載

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