DataSchemaErrorTask.Equals-Methode (DataSchemaErrorTask)

Bestimmt, ob zwei Aufgaben gleich sind.

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

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

DataSchemaErrorTask Klasse

Equals-Überladung

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