ReportObject.RdlSemanticEqualsCore メソッド

定義

レポート定義言語のセマンティックがコア オブジェクトと同じであるかどうかを返します。

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

パラメーター

rdlObj
ReportObject

レポート定義言語のセマンティック。

visitedList
ICollection<ReportObject>

レポート オブジェクトのコレクション。

戻り値

レポート定義言語のセマンティックがコア オブジェクトと同じ場合は True、異なる場合は false

適用対象