ReportObject.SemanticCompare Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Compara a semântica do objeto de relatório.
Sobrecargas
SemanticCompare<T>(IList<T>, IList<T>, ICollection<ReportObject>) |
Compara se a semântica do objeto de relatório é a mesma. |
SemanticCompare<T>(T, T, ICollection<ReportObject>) |
Compara se a semântica do objeto de relatório é a mesma. |
SemanticCompare<T>(IList<T>, IList<T>, ICollection<ReportObject>)
Compara se a semântica do objeto de relatório é a mesma.
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
Parâmetros de tipo
- T
O tipo do objeto do relatório.
Parâmetros
- x
- IList<T>
O objeto do primeiro relatório.
- y
- IList<T>
O objeto do segundo relatório.
- visitedList
- ICollection<ReportObject>
A coleção de objetos do relatório.
Retornos
True
se a semântica do objeto de relatório for a mesma; caso contrário, false
.
Aplica-se a
SemanticCompare<T>(T, T, ICollection<ReportObject>)
Compara se a semântica do objeto de relatório é a mesma.
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
Parâmetros de tipo
- T
O tipo do objeto do relatório.
Parâmetros
- x
- T
O objeto do primeiro relatório.
- y
- T
O objeto do segundo relatório.
- visitedList
- ICollection<ReportObject>
A coleção de objetos do relatório.
Retornos
True
se a semântica do objeto de relatório for a mesma; caso contrário, false
.