Partilhar via


Método DataSchemaErrorTask.Equals (DataSchemaErrorTask)

Determine se as duas tarefas são iguais.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Public Function Equals ( _
    other As DataSchemaErrorTask _
) As Boolean
public bool Equals(
    DataSchemaErrorTask other
)
public:
bool Equals(
    DataSchemaErrorTask^ other
)
member Equals : 
        other:DataSchemaErrorTask -> bool 
public function Equals(
    other : DataSchemaErrorTask
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

DataSchemaErrorTask Classe

Sobrecargas Equals

Namespace Microsoft.VisualStudio.Data.Schema.Package.UI