StringSegmentContains(ReadOnlySpanChar) Method
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public bool Contains(
ReadOnlySpan<char> value
)
Public Function Contains (
value As ReadOnlySpan(Of Char)
) As Boolean
public:
bool Contains(
ReadOnlySpan<wchar_t> value
)
member Contains :
value : ReadOnlySpan<char> -> bool
- value ReadOnlySpanChar
- The StringSegment to seek.
Boolean if this
StringSegment contains the specified
value; otherwise,
.