Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
Include |
#include "Containers/Map.h" |
bool OrderIndependentCompareEqual
(
const TMapBase & Other
) const
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.
True if both this and Other contain the same keys with values that compare ==
Parameter |
Description |
---|---|
Other |
The other map to compare against |