ReportObject.RdlSemanticEqualsCore Method

Definition

Returns whether the report definition language semantic is the same with the core object.

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

Parameters

rdlObj
ReportObject

The report definition language semantic.

visitedList
ICollection<ReportObject>

The collection of report objects.

Returns

True if the report definition language semantic is the same with the core object; otherwise, false.

Applies to