DataSource.RdlSemanticEqualsCore メソッド

定義

RDLの意味がコアオブジェクトと等しいかどうかを示します。

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

パラメーター

rdlObj
ReportObject

RDLオブジェクト。

visitedList
ICollection<ReportObject>

訪問対象のリスト。

返品

true RDLの意味論がコアオブジェクトと等しい場合、それ以外は false

適用対象