Partager via


Méthode RdlSemanticEqualsCore

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Ce membre se substitue à ReportObject. . :: . .RdlSemanticEqualsCore(ReportObject, ICollection< (Of < <' (ReportObject> ) > > )).

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Protected Overrides Function RdlSemanticEqualsCore ( _
    rdlObj As ReportObject, _
    visitedList As ICollection(Of ReportObject) _
) As Boolean
'Utilisation
Dim rdlObj As ReportObject
Dim visitedList As ICollection(Of ReportObject)
Dim returnValue As Boolean

returnValue = Me.RdlSemanticEqualsCore(rdlObj, _
    visitedList)
protected override bool RdlSemanticEqualsCore(
    ReportObject rdlObj,
    ICollection<ReportObject> visitedList
)
protected:
virtual bool RdlSemanticEqualsCore(
    ReportObject^ rdlObj, 
    ICollection<ReportObject^>^ visitedList
) override
abstract RdlSemanticEqualsCore : 
        rdlObj:ReportObject * 
        visitedList:ICollection<ReportObject> -> bool 
override RdlSemanticEqualsCore : 
        rdlObj:ReportObject * 
        visitedList:ICollection<ReportObject> -> bool 
protected override function RdlSemanticEqualsCore(
    rdlObj : ReportObject, 
    visitedList : ICollection<ReportObject>
) : boolean

Valeur de retour

Type : System. . :: . .Boolean