Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h |
| Include | #include "Containers/UnrealString.h" |
bool Equals
&40;
const FString & Other,
ESearchCase::Type SearchCase
&41; const
Remarks
Lexicographically tests whether this string is equivalent to the Other given string true if this string is lexicographically equivalent to the other, otherwise false
Parameters
| Name | Description |
|---|---|
| Other | The string test against |
| SearchCase | Whether or not the comparison should ignore case |