ReportObject.SemanticCompare Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Membandingkan semantik objek laporan.
Overload
| SemanticCompare<T>(IList<T>, IList<T>, ICollection<ReportObject>) |
Membandingkan apakah semantik objek laporan sama. |
| SemanticCompare<T>(T, T, ICollection<ReportObject>) |
Membandingkan apakah semantik objek laporan sama. |
SemanticCompare<T>(IList<T>, IList<T>, ICollection<ReportObject>)
Membandingkan apakah semantik objek laporan sama.
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
Jenis parameter
- T
Jenis objek laporan.
Parameter
- x
- IList<T>
Objek laporan pertama.
- y
- IList<T>
Objek laporan kedua.
- visitedList
- ICollection<ReportObject>
Pengumpulan objek laporan.
Mengembalikan
True jika semantik objek laporan sama; jika tidak, false.
Berlaku untuk
SemanticCompare<T>(T, T, ICollection<ReportObject>)
Membandingkan apakah semantik objek laporan sama.
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
Jenis parameter
- T
Jenis objek laporan.
Parameter
- x
- T
Objek laporan pertama.
- y
- T
Objek laporan kedua.
- visitedList
- ICollection<ReportObject>
Pengumpulan objek laporan.
Mengembalikan
True jika semantik objek laporan sama; jika tidak, false.