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" |
int32 Compare
&40;
const FString & Other,
ESearchCase::Type SearchCase
&41; const
Remarks
Lexicographically tests how this string compares to the Other given string 0 if equal, negative if less than, positive if greater than
Parameters
| Name | Description |
|---|---|
| Other | The string test against |
| SearchCase | Whether or not the comparison should ignore case |