Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/LegacyCompareNotEqual
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include | #include "Containers/Map.h" |
template<typename KeyType, typename ValueType, typename SetAllocator, typename KeyFuncs>
bool LegacyCompareNotEqual
(
const TMapBase < KeyType, ValueType, SetAllocator, KeyFuncs > & A,
const TMapBase < KeyType, ValueType, SetAllocator, KeyFuncs > & B
)