operator!=

Inequality 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

Inequality operator.

Returns

False if this array view's contents and the other ranged type match. True 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