다음을 통해 공유


SemanticCompare(T) 메서드 (IList(T), IList(T), ICollection(ReportObject))

이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
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
‘사용 방법
Dim x As IList(Of T)
Dim y As IList(Of T)
Dim visitedList As ICollection(Of ReportObject)
Dim returnValue As Boolean

returnValue = ReportObject.SemanticCompare(x, _
    y, visitedList)
protected static bool SemanticCompare<T>(
    IList<T> x,
    IList<T> y,
    ICollection<ReportObject> visitedList
)
where T : ReportObject
protected:
generic<typename T>
where T : ReportObject
static bool SemanticCompare(
    IList<T>^ x, 
    IList<T>^ y, 
    ICollection<ReportObject^>^ visitedList
)
static member SemanticCompare : 
        x:IList<'T> * 
        y:IList<'T> * 
        visitedList:ICollection<ReportObject> -> bool  when 'T : ReportObject
JScript는 제네릭 형식 및 메서드를 지원하지 않습니다.

유형 매개 변수

  • T

매개 변수

반환 값

유형: System. . :: . .Boolean