TStringView::Equals

Check whether this view is lexicographically equivalent to another view.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/StringView.h"

Source

/Engine/Source/Runtime/Core/Public/Containers/StringView.inl

Syntax

template<typename OtherCharType>
bool Equals
(
    const OtherCharType * Other,
    ESearchCase::Type SearchCase
) const

Remarks

Check whether this view is lexicographically equivalent to another view.

Parameters

Parameter

Description

SearchCase

Whether the comparison should ignore case.

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