operator==

Equality operator.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/ArrayView.h

Include

#include "Containers/ArrayView.h"

Syntax

template<typename RangeType, typename ElementType, typename>
bool operator==
(
    RangeType && Lhs,
    TArrayView< ElementType > Rhs
)

Remarks

Equality operator.

Returns

True if this array view's contents and the other ranged type match. False otherwise.

Parameters

Parameter

Description

Lhs

Another ranged type to compare.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss