operator==

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

operator==

(
    TArrayView< ElementType, SizeType >,
    TArrayView< OtherElementType, Other...
)

Comparison of array views to each other is not implemented because it is not obvious whether the caller wants an exact match of the data pointer and size, or to compare the objects being pointed to.

Public function

bool

 

operator==

(
    RangeType&& Lhs,
    TArrayView< ElementType > Rhs
)

Equality operator.

Public function

bool

 

operator==

(
    TArrayView< ElementType > Lhs,
    RangeType&& Rhs
)

Public function

bool

 

operator==

(
    TStringView< CharType > Lhs,
    TStringView< CharType > Rhs
)

Public function

auto

 

operator==

(
    TStringView< CharType > Lhs,
    CharRangeType&& Rhs
)

Public function

auto

 

operator==

(
    CharRangeType&& Lhs,
    TStringView< CharType > Rhs
)

Public function

bool

 

operator==

(
    TStringView< CharType > Lhs,
    const CharType* Rhs
)

Public function

bool

 

operator==

(
    const CharType* Lhs,
    TStringView< CharType > Rhs
)

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