TaskListImportInfo.Equals 方法 (TaskListImportInfo)
表示一個TaskListImportInfo結構是否等於另一個TaskListImportInfo結構。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
Public Function Equals ( _
other As TaskListImportInfo _
) As Boolean
'用途
Dim instance As TaskListImportInfo
Dim other As TaskListImportInfo
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
TaskListImportInfo other
)
參數
other
類型:Microsoft.Office.Project.Server.Library.TaskListImportInfoTaskListImportInfo結構。
傳回值
類型:System.Boolean
True如果指定的TaskListImportInfo結構等於目前的TaskListImportInfo結構 ;否則,請False。