ReportObject.SemanticCompare 메서드

정의

보고서 개체의 의미 체계를 비교합니다.

오버로드

SemanticCompare<T>(IList<T>, IList<T>, ICollection<ReportObject>)

보고서 개체의 의미 체계가 같은지 여부를 비교합니다.

SemanticCompare<T>(T, T, ICollection<ReportObject>)

보고서 개체의 의미 체계가 같은지 여부를 비교합니다.

SemanticCompare<T>(IList<T>, IList<T>, ICollection<ReportObject>)

보고서 개체의 의미 체계가 같은지 여부를 비교합니다.

protected:
generic <typename T>
 where T : Microsoft::ReportingServices::RdlObjectModel::ReportObject static bool SemanticCompare(System::Collections::Generic::IList<T> ^ x, System::Collections::Generic::IList<T> ^ y, System::Collections::Generic::ICollection<Microsoft::ReportingServices::RdlObjectModel::ReportObject ^> ^ visitedList);
protected static bool SemanticCompare<T> (System.Collections.Generic.IList<T> x, System.Collections.Generic.IList<T> y, System.Collections.Generic.ICollection<Microsoft.ReportingServices.RdlObjectModel.ReportObject> visitedList) where T : Microsoft.ReportingServices.RdlObjectModel.ReportObject;
static member SemanticCompare : System.Collections.Generic.IList<'T (requires 'T :> Microsoft.ReportingServices.RdlObjectModel.ReportObject)> * System.Collections.Generic.IList<'T (requires 'T :> Microsoft.ReportingServices.RdlObjectModel.ReportObject)> * System.Collections.Generic.ICollection<Microsoft.ReportingServices.RdlObjectModel.ReportObject> -> bool (requires 'T :> Microsoft.ReportingServices.RdlObjectModel.ReportObject)
Protected Shared Function SemanticCompare(Of T As ReportObject) (x As IList(Of T), y As IList(Of T), visitedList As ICollection(Of ReportObject)) As Boolean

형식 매개 변수

T

보고서 개체의 유형입니다.

매개 변수

x
IList<T>

첫 번째 보고서 개체입니다.

y
IList<T>

두 번째 보고서 개체입니다.

visitedList
ICollection<ReportObject>

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

반환

보고서 개체의 의미 체계가 같으면 True이고, 그렇지 않으면 false입니다.

적용 대상

SemanticCompare<T>(T, T, ICollection<ReportObject>)

보고서 개체의 의미 체계가 같은지 여부를 비교합니다.

protected:
generic <typename T>
 where T : Microsoft::ReportingServices::RdlObjectModel::ReportObject static bool SemanticCompare(T x, T y, System::Collections::Generic::ICollection<Microsoft::ReportingServices::RdlObjectModel::ReportObject ^> ^ visitedList);
protected static bool SemanticCompare<T> (T x, T y, System.Collections.Generic.ICollection<Microsoft.ReportingServices.RdlObjectModel.ReportObject> visitedList) where T : Microsoft.ReportingServices.RdlObjectModel.ReportObject;
static member SemanticCompare : 'T * 'T * System.Collections.Generic.ICollection<Microsoft.ReportingServices.RdlObjectModel.ReportObject> -> bool (requires 'T :> Microsoft.ReportingServices.RdlObjectModel.ReportObject)
Protected Shared Function SemanticCompare(Of T As ReportObject) (x As T, y As T, visitedList As ICollection(Of ReportObject)) As Boolean

형식 매개 변수

T

보고서 개체의 유형입니다.

매개 변수

x
T

첫 번째 보고서 개체입니다.

y
T

두 번째 보고서 개체입니다.

visitedList
ICollection<ReportObject>

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

반환

보고서 개체의 의미 체계가 같으면 True이고, 그렇지 않으면 false입니다.

적용 대상