DataSchemaErrorTask.Equals 方法 (DataSchemaErrorTask)

确定两个任务是否相等。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.UI
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
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

参数

返回值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

DataSchemaErrorTask 类

Equals 重载

Microsoft.VisualStudio.Data.Schema.Package.UI 命名空间