FString::Equals

Lexicographically tests whether this string is equivalent to the Other given string

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/UnrealString.h"

Syntax

bool Equals
(
    const FString & Other,
    ESearchCase::Type SearchCase
) const

Remarks

Lexicographically tests whether this string is equivalent to the Other given string

Returns

true if this string is lexicographically equivalent to the other, otherwise false

Parameters

Parameter

Description

Other

The string test against

SearchCase

Whether or not 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