Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TStringView > API/Runtime/Core/Containers/TStringView/Equals
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/StringView.h |
| Include | #include "Containers/StringView.h" |
template<typename OtherCharType, std::enable_if_t< TIsCharType< OtherCharType >::Value > &42;>
bool Equals
&40;
const OtherCharType &42; Other,
ESearchCase::Type SearchCase
&41; const
Remarks
Check whether this view is equivalent to a string view.
Parameters
| Name | Description |
|---|---|
| Other | A string that is comparable with the character type of this view. |
| SearchCase | Whether the comparison should ignore case. |