言語

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>

2つ目の報告物。

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

2つ目の報告物。

visitedList
ICollection<ReportObject>

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

返品

True レポートオブジェクトの意味論が同じであれば、それ以外は false

適用対象