Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TSetPrivateFriend
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include | #include "Containers/Set.h" |
template<typename ElementType, typename KeyFuncs, typename Allocator>
static bool LegacyCompareEqual
&40;
const TSet< ElementType, KeyFuncs, Allocator > & A,
const TSet< ElementType, KeyFuncs, Allocator > & B
&41;
Remarks
Legacy comparison operators. Note that these also test whether the set's elements were added in the same order!