Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMapBase
Description
Compare this map with another for equality. Does not make any assumptions about Key order. NOTE: this might be a candidate for operator== but it was decided to make it an explicit function since it can potentially be quite slow.
| Name | OrderIndependentCompareEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
bool OrderIndependentCompareEqual
(
const TMapBase & Other
) const
True if both this and Other contain the same keys with values that compare ==
Parameters
| Name | Remarks |
|---|---|
| Other | The other map to compare against |