Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TArrayG
Description
Checks if this array contains the element.
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Array.h |
| Include Path | #include "uLang/Common/Containers/Array.h" |
template<typename ComparisonType>
bool Contains
(
const ComparisonType & Item
) const
True if found. False otherwise.
See Also
-
ContainsByPredicate
-
FilterByPredicate
-
FindByPredicate