判斷兩個工作是否相等。
命名空間: 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
參數
- other
型別:Microsoft.VisualStudio.Data.Schema.Package.UI.DataSchemaErrorTask
與 this 相比較的工作。
傳回值
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。