M_Cyjb_StringView_Contains_2 - CYJB/Cyjb GitHub Wiki
返回当前字符串视图是否包含指定字符串。
Namespace: Cyjb
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public bool Contains(
ReadOnlySpan<char> value
)
- value
- Type: System.ReadOnlySpan(Char)
要检查的字符串。
Type: Boolean
当前字符串视图是否包含指定字符串。
查找时使用区分大小写和不区分区域性的序列比较。