ReportObject.SemanticCompare 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
보고서 개체의 의미 체계를 비교합니다.
오버로드
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
입니다.