NamedDomainKey<T>.Equals 메서드 (NamedDomainKey<T>)
Compare a 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 Function Equals ( _
other As NamedDomainKey(Of T) _
) As Boolean
‘사용 방법
Dim instance As NamedDomainKey
Dim other As NamedDomainKey(Of T)
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
NamedDomainKey<T> other
)
public:
virtual bool Equals(
NamedDomainKey<T>^ other
) sealed
abstract Equals :
other:NamedDomainKey<'T> -> bool
override Equals :
other:NamedDomainKey<'T> -> bool
public final function Equals(
other : NamedDomainKey<T>
) : boolean
매개 변수
- other
유형: Microsoft.SqlServer.Management.Sdk.Sfc.NamedDomainKey<T>
A key to compare.
반환 값
유형: System.Boolean
True if the keys are equal in value; otherwise false.