DataSchemaErrorTask.Equals-Methode (Object)

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 Overrides Function Equals ( _
    other As Object _
) As Boolean
public override bool Equals(
    Object other
)
public:
virtual bool Equals(
    Object^ other
) override
abstract Equals : 
        other:Object -> bool 
override Equals : 
        other:Object -> bool 
public override function Equals(
    other : Object
) : boolean

Parameter

  • other
    Typ: System.Object
    Die Aufgabe, die mit this verglichen wird.

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

DataSchemaErrorTask Klasse

Equals-Überladung

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