FCbArrayView::Equals

Whether this array is identical to the other array.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h

Include

#include "Serialization/CompactBinary.h"

Source

/Engine/Source/Runtime/Core/Private/Serialization/CompactBinary.cpp

Syntax

bool Equals
(
    const FCbArrayView & Other
) const

Remarks

Whether this array is identical to the other array.

Performs a deep comparison of any contained arrays or objects and their fields. Comparison assumes that both fields are valid and are written in the canonical format. Fields must be written in the same order in arrays and objects, and name comparison is case sensitive. If these assumptions do not hold, this may return false for equivalent inputs. Validation can be done with the All mode to check these assumptions about the format of the inputs.