NotNullAreEqualHelper()
System::TestPredicates::Details::SharedPtrAsserts::NotNullAreEqualHelper(const SharedPtr<System::Collections::Generic::ICollection<T>>&, const SharedPtr<System::Collections::Generic::ICollection<T>>&) function
Equal-compares abstract collections.
template<typename T> bool System::TestPredicates::Details::SharedPtrAsserts::NotNullAreEqualHelper(const SharedPtr<System::Collections::Generic::ICollection<T>> &lhs, const SharedPtr<System::Collections::Generic::ICollection<T>> &rhs)
Template parameters
Parameter | Description |
---|---|
T | Element type. |
Arguments
Parameter | Type | Description |
---|---|---|
lhs | const SharedPtr<System::Collections::Generic::ICollection<T>>& | LHS value. |
rhs | const SharedPtr<System::Collections::Generic::ICollection<T>>& | RHS value. |
Return Value
gtest-styled assertion result.
See Also
- Typedef SharedPtr
- Class ICollection
- Namespace System::TestPredicates::Details::SharedPtrAsserts
- Library Aspose.Slides