Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Compare a schema name key to this key for value equality.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Function Equals ( _
other As NamedDomainKey(Of T) _
) As Boolean
'Usage
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
Parameter
- other
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.NamedDomainKey<T>
A key to compare.
Rückgabewert
Typ: System.Boolean
True if the keys are equal in value; otherwise false.