Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
| Type | Name | Description | |
|---|---|---|---|
| bool | LegacyCompareEqual
(
const TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >& A, |
Legacy comparison operators. Note that these also test whether the map's key-value pairs were added in the same order! | |
| bool | LegacyCompareEqual
(
const TSet< ElementType, KeyFuncs, Allocator >& A, |
Legacy comparison operators. Note that these also test whether the set's elements were added in the same order! |