共用方式為


SemanticCompare(T) 方法 (IList(T), IList(T), ICollection(ReportObject))

此 API 支援 基礎結構,但無法直接從您的程式碼使用。

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Protected Shared Function SemanticCompare(Of T As ReportObject) ( _
    x As IList(Of T), _
    y As IList(Of T), _
    visitedList As ICollection(Of ReportObject) _
) As Boolean
'用途
Dim x As IList(Of T)
Dim y As IList(Of T)
Dim visitedList As ICollection(Of ReportObject)
Dim returnValue As Boolean

returnValue = ReportObject.SemanticCompare(x, _
    y, visitedList)
protected static bool SemanticCompare<T>(
    IList<T> x,
    IList<T> y,
    ICollection<ReportObject> visitedList
)
where T : ReportObject
protected:
generic<typename T>
where T : ReportObject
static bool SemanticCompare(
    IList<T>^ x, 
    IList<T>^ y, 
    ICollection<ReportObject^>^ visitedList
)
static member SemanticCompare : 
        x:IList<'T> * 
        y:IList<'T> * 
        visitedList:ICollection<ReportObject> -> bool  when 'T : ReportObject
JScript 不支援一般類型和方法。

型別參數

  • T

參數

傳回值

型別:System. . :: . .Boolean