Метод 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> ) > ) >