ReportObject.SemanticCompare Méthode

Définition

Compare la sémantique de l’objet rapport.

Surcharges

Nom Description
SemanticCompare<T>(IList<T>, IList<T>, ICollection<ReportObject>)

Compare si la sémantique de l’objet rapport est la même.

SemanticCompare<T>(T, T, ICollection<ReportObject>)

Compare si la sémantique de l’objet rapport est la même.

SemanticCompare<T>(IList<T>, IList<T>, ICollection<ReportObject>)

Compare si la sémantique de l’objet rapport est la même.

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

Paramètres de type

T

Le type d’objet de rapport.

Paramètres

x
IList<T>

Le premier rapport s’oppose.

y
IList<T>

Le deuxième rapport s’oppose.

visitedList
ICollection<ReportObject>

La collection des objets de rapport.

Retours

True si la sémantique de l’objet rapport est la même ; sinon, false.

S’applique à

SemanticCompare<T>(T, T, ICollection<ReportObject>)

Compare si la sémantique de l’objet rapport est la même.

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

Paramètres de type

T

Le type d’objet de rapport.

Paramètres

x
T

Le premier rapport s’oppose.

y
T

Le deuxième rapport s’oppose.

visitedList
ICollection<ReportObject>

La collection des objets de rapport.

Retours

True si la sémantique de l’objet rapport est la même ; sinon, false.

S’applique à