|
template<typename T , typename U > |
static bool | AreEqual (const SharedPtr< Array< T >> &arrA, const SharedPtr< Array< U >> &arrB) |
|
template<typename T , typename U > |
static bool | AreEqual (const SharedPtr< Array< SharedPtr< T >>> &arrA, const SharedPtr< Array< SharedPtr< U >>> &arrB) |
|
template<typename T , typename U > |
static bool | AreEqual (const SharedPtr< SCG::List< T > > &listA, const SharedPtr< SCG::List< U > > &listB) |
|
template<typename T , typename U > |
static bool | AreEqual (const SharedPtr< SCG::List< SharedPtr< T > > > &listA, const SharedPtr< SCG::List< SharedPtr< U > > > &listB) |
|
template<typename T , typename U > |
static bool | AreEqual (const SharedPtr< SCG::List< T > > &listA, const System::ArrayPtr< U > &arrB) |
|
template<typename T , typename U > |
static bool | AreEqual (const System::ArrayPtr< T > &arrA, const SharedPtr< SCG::List< U > > &listB) |
|
template<typename T , typename U > |
static bool | AreEqual (const System::ArrayPtr< SharedPtr< T > > &arr, const SharedPtr< SCG::List< SharedPtr< U > > > &list) |
|
template<typename T , typename U > |
static bool | AreEqual (const SharedPtr< SCG::List< SharedPtr< T > > > &list, const System::ArrayPtr< SharedPtr< U > > &arr) |
|
template<typename K , typename U > |
static bool | AreEqual (const SharedPtr< SCG::Dictionary< K, U > > &dictA, const SharedPtr< SCG::Dictionary< K, U > > &dictB) |
|
template<typename K , typename U > |
static bool | AreEqual (const SharedPtr< SCG::Dictionary< K, SharedPtr< U > > > &dictA, const SharedPtr< SCG::Dictionary< K, SharedPtr< U > > > &dictB) |
|
template<typename K1 , typename U1 , typename K2 , typename U2 > |
static bool | AreEqual (const SharedPtr< SCG::Dictionary< K1, U1 > > &dictA, const SharedPtr< SCG::Dictionary< K2, U2 > > &dictB) |
|
template<typename T , typename U > |
static bool | AreEqual (const SharedPtr< SCG::HashSet< T > > &containerPtrA, const SharedPtr< SCG::HashSet< U > > &containerPtrB) |
|
template<typename T , typename U > |
static bool | AreEqual (const SharedPtr< SCG::HashSet< SharedPtr< T > > > &contA, const SharedPtr< SCG::HashSet< SharedPtr< U > > > &contB) |
|
template<typename T , typename U > |
static bool | AreEqual (const SCG::QueuePtr< T > &queueA, const SCG::QueuePtr< U > &queueB) |
|
template<typename T , typename U > |
static bool | AreEqual (const SCG::QueuePtr< SharedPtr< T > > &queueA, const SCG::QueuePtr< SharedPtr< U > > &queueB) |
|
template<typename T , typename U > |
static bool | AreEqual (const SharedPtr< SCG::Stack< T > > &stackA, const SharedPtr< SCG::Stack< U > > &stackB) |
|
template<typename T , typename U > |
static bool | AreEqual (const SharedPtr< SCG::Stack< SharedPtr< T > > > &stackA, const SharedPtr< SCG::Stack< SharedPtr< U > > > &stackB) |
|
template<typename K , typename U > |
static bool | AreEqual (const SharedPtr< SCG::SortedDictionary< K, U >> &dictA, const SharedPtr< SCG::SortedDictionary< K, U >> &dictB) |
|
template<typename K , typename U > |
static bool | AreEqual (const SharedPtr< SCG::SortedDictionary< K, SharedPtr< U > >> &dictA, const SharedPtr< SCG::SortedDictionary< K, SharedPtr< U > >> &dictB) |
|
template<typename K1 , typename U1 , typename K2 , typename U2 > |
static bool | AreEqual (const SharedPtr< SCG::SortedDictionary< K1, U1 >> &dictA, const SharedPtr< SCG::SortedDictionary< K2, U2 >> &dictB) |
|
template<typename K , typename U > |
static bool | AreEqual (const SharedPtr< SCG::SortedList< K, U >> &dictA, const SharedPtr< SCG::SortedList< K, U >> &dictB) |
|
template<typename K , typename U > |
static bool | AreEqual (const SharedPtr< SCG::SortedList< K, SharedPtr< U > >> &dictA, const SharedPtr< SCG::SortedList< K, SharedPtr< U > >> &dictB) |
|
template<typename K1 , typename U1 , typename K2 , typename U2 > |
static bool | AreEqual (const SharedPtr< SCG::SortedList< K1, U1 >> &dictA, const SharedPtr< SCG::SortedList< K2, U2 >> &dictB) |
|
static bool | AreEqual (const System::Collections::Specialized::StringCollectionPtr &arrA, const System::Collections::Specialized::StringCollectionPtr &arrB) |
|
template<typename T , typename U > |
static bool | AreEqual (const System::SharedPtr< SCG::IEnumerable< T > > &et, const System::SharedPtr< SCG::IEnumerable< U > > &eu) |
|
template<typename T > |
static bool | AbstractEqual (SCG::ICollection< T > *const collA, SCG::ICollection< T > *const collB) |
|
Service structure providing interface to compare collections.