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
パラメーター
- x
型: System.Collections.Generic. . :: . .IList< (Of < ( <'T> ) > ) >
- y
型: System.Collections.Generic. . :: . .IList< (Of < ( <'T> ) > ) >
- visitedList
型: System.Collections.Generic. . :: . .ICollection< (Of < ( <'ReportObject> ) > ) >