Método SchemaNamedKey<T>.Equals (SfcKey)
Compares the schema name key to this key for value equality.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Overrides Function Equals ( _
other As SfcKey _
) As Boolean
'Uso
Dim instance As SchemaNamedKey
Dim other As SfcKey
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public override bool Equals(
SfcKey other
)
public:
virtual bool Equals(
SfcKey^ other
) override
abstract Equals :
other:SfcKey -> bool
override Equals :
other:SfcKey -> bool
public override function Equals(
other : SfcKey
) : boolean
Parâmetros
- other
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
A key to compare.
Valor de retorno
Tipo: System.Boolean
true if the keys are equal in value; otherwise, false.