Método SemanticCompare(T) (T, T, ICollection(ReportObject))

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
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 não dá suporte a tipos e métodos genéricos.

Parâmetros de tipo

  • T

Parâmetros

  • x
    Tipo: T
  • y
    Tipo: T

Valor de retorno

Tipo: System. . :: . .Boolean