SemanticCompare(T) Método (T, T, ICollection(ReportObject))
Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Protected Shared Function SemanticCompare(Of T As ReportObject) ( _
x As T, _
y As T, _
visitedList As ICollection(Of ReportObject) _
) As Boolean
'Uso
Dim x As T
Dim y As T
Dim visitedList As ICollection(Of ReportObject)
Dim returnValue As Boolean
returnValue = ReportObject.SemanticCompare(x, _
y, visitedList)
protected static bool SemanticCompare<T>(
T x,
T y,
ICollection<ReportObject> visitedList
)
where T : ReportObject
protected:
generic<typename T>
where T : ReportObject
static bool SemanticCompare(
T x,
T y,
ICollection<ReportObject^>^ visitedList
)
static member SemanticCompare :
x:'T *
y:'T *
visitedList:ICollection<ReportObject> -> bool when 'T : ReportObject
JScript no admite tipos y métodos genéricos.
Parámetros de tipo
- T
Parámetros
- x
Tipo: T
- y
Tipo: T
- visitedList
Tipo: System.Collections.Generic. . :: . .ICollection< (Of < ( <'ReportObject> ) > ) >
Valor devuelto
Tipo: System. . :: . .Boolean