Freigeben über


ReportObject.SemanticCompare<T>-Methode (IList<T>, IList<T>, ICollection<ReportObject>)

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Compares whether the semantics of the report object are the same.

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

Syntax

'Declaration
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
'Usage
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 bietet keine Unterstützung für die Verwendung generischer Typen und Methoden.

Typparameter

  • T
    The type of the report object.

Parameter

Rückgabewert

Typ: System.Boolean
True if the semantics of the report object are the same; otherwise, false.

Siehe auch

Verweis

ReportObject Klasse

SemanticCompare-Überladung

Microsoft.ReportingServices.RdlObjectModel-Namespace