EmbeddedImage.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>

表示したオブジェクトの一覧。

戻り値

RDL セマンティックがコア オブジェクトと等しい場合は true、それ以外の場合は false

適用対象