QueryParameter.RdlSemanticEqualsCore Method

Definition

Indicates whether the RDL semantic is equal to the core objects.

protected:
 override bool RdlSemanticEqualsCore(Microsoft::ReportingServices::RdlObjectModel::ReportObject ^ rdlObj, System::Collections::Generic::ICollection<Microsoft::ReportingServices::RdlObjectModel::ReportObject ^> ^ visitedList);
protected override bool RdlSemanticEqualsCore (Microsoft.ReportingServices.RdlObjectModel.ReportObject rdlObj, System.Collections.Generic.ICollection<Microsoft.ReportingServices.RdlObjectModel.ReportObject> visitedList);
override this.RdlSemanticEqualsCore : Microsoft.ReportingServices.RdlObjectModel.ReportObject * System.Collections.Generic.ICollection<Microsoft.ReportingServices.RdlObjectModel.ReportObject> -> bool
Protected Overrides Function RdlSemanticEqualsCore (rdlObj As ReportObject, visitedList As ICollection(Of ReportObject)) As Boolean

Parameters

rdlObj
ReportObject

The RDL object.

visitedList
ICollection<ReportObject>

The list of the visited object.

Returns

true if the RDL semantic is equal to the core objects; otherwise, false.

Applies to