Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- other
Type: Microsoft.VisualStudio.Data.Schema.Package.UI.DataSchemaErrorTask
The task that is compared to this.
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.