ReportObject.SemanticCompare Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Confronta la semantica dell'oggetto report.
Overload
SemanticCompare<T>(IList<T>, IList<T>, ICollection<ReportObject>) |
Effettua un confronto per verificare se la semantica dell'oggetto report è la stessa. |
SemanticCompare<T>(T, T, ICollection<ReportObject>) |
Effettua un confronto per verificare se la semantica dell'oggetto report è la stessa. |
SemanticCompare<T>(IList<T>, IList<T>, ICollection<ReportObject>)
Effettua un confronto per verificare se la semantica dell'oggetto report è la stessa.
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
Parametri di tipo
- T
Tipo di oggetto report.
Parametri
- x
- IList<T>
Primo oggetto report.
- y
- IList<T>
Secondo oggetto report.
- visitedList
- ICollection<ReportObject>
Raccolta di oggetti report.
Restituisce
True
se la semantica dell'oggetto report è la stessa; in caso contrario, false
.
Si applica a
SemanticCompare<T>(T, T, ICollection<ReportObject>)
Effettua un confronto per verificare se la semantica dell'oggetto report è la stessa.
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
Parametri di tipo
- T
Tipo di oggetto report.
Parametri
- x
- T
Primo oggetto report.
- y
- T
Secondo oggetto report.
- visitedList
- ICollection<ReportObject>
Raccolta di oggetti report.
Restituisce
True
se la semantica dell'oggetto report è la stessa; in caso contrario, false
.