Share via


DataSchemaErrorTask.Equals Method (DataSchemaErrorTask)

Determine whether two tasks are equal.

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

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DataSchemaErrorTask Class

Equals Overload

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