Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Compares the 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 SchemaNamedKey(Of T) _
) As Boolean
'Usage
Dim instance As SchemaNamedKey
Dim other As SchemaNamedKey(Of T)
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
SchemaNamedKey<T> other
)
public:
virtual bool Equals(
SchemaNamedKey<T>^ other
) sealed
abstract Equals :
other:SchemaNamedKey<'T> -> bool
override Equals :
other:SchemaNamedKey<'T> -> bool
public final function Equals(
other : SchemaNamedKey<T>
) : boolean
Parameters
- other
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SchemaNamedKey<T>
The key to compare.
Return Value
Type: System.Boolean
true if the keys are equal in value; otherwise, false.