Compartir a través de


SchemaNamedKey<T>.Equals Método (SchemaNamedKey<T>)

Compares the schema name key to this key for value equality.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Function Equals ( _
    other As SchemaNamedKey(Of T) _
) As Boolean
'Uso
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

Parámetros

Valor devuelto

Tipo: System.Boolean
true if the keys are equal in value; otherwise, false.

Implementa

IEquatable<T>.Equals(T)

Vea también

Referencia

SchemaNamedKey<T> Clase

Sobrecarga de Equals

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc