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