AbstractEqual()
TestCompare::AbstractEqual(SCG::ICollection<T> *const, SCG::ICollection<T> *const) method
Compares two collections of unknown type.
template<typename T> static bool System::TestCompare::AbstractEqual(SCG::ICollection<T> *const collA, SCG::ICollection<T> *const collB)
Template parameters
Parameter | Description |
---|---|
T | Collection element type. |
Arguments
Parameter | Type | Description |
---|---|---|
collA | SCG::ICollection<T> *const | LHS collection. |
collB | SCG::ICollection<T> *const | RHS collection. |
Return Value
true if collections match (e. g. both are null), or if sizes match and elements match, false otherwise.
See Also
- Class ICollection
- Struct TestCompare
- Namespace System
- Library Aspose.Slides