ReportObject.RdlSemanticEqualsCore 메서드

정의

RDL(Report Definition Language) 의미 체계와 핵심 개체가 같은지 여부를 반환합니다.

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

RDL(Report Definition Language) 의미 체계입니다.

visitedList
ICollection<ReportObject>

보고서 개체의 컬렉션입니다.

반환

RDL(Report Definition Language) 의미 체계와 핵심 개체가 같으면 True이고, 그렇지 않으면 false입니다.

적용 대상