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。