Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSparseArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
FIntrusiveUnsetOptionalState Tag |
Containers/SparseArray.h | ||
bool operator==
(
const TSparseArray& B |
Equality comparison operator. | Containers/SparseArray.h |
operator==(FIntrusiveUnsetOptionalState)
| Name | operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SparseArray.h |
| Include Path | #include "Containers/SparseArray.h" |
bool operator==
(
FIntrusiveUnsetOptionalState Tag
) const
operator==(const TSparseArray &)
Description
Equality comparison operator. Checks that both arrays have the same elements and element indices; that means that unallocated elements are signifigant!
| Name | operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SparseArray.h |
| Include Path | #include "Containers/SparseArray.h" |
bool operator==
(
const TSparseArray & B
) const