다음을 통해 공유


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 네임스페이스