AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.3.0-beta.470" />

 StringOrMemoryExtensions

public static bool Equals(this StringOrMemory str, string test, StringComparison comparison)

public static bool Is(this StringOrMemory str, StringOrMemory other)

public static bool Is(this StringOrMemory str, string other)

public static bool Isi(this StringOrMemory str, StringOrMemory other)

public static bool Isi(this StringOrMemory str, string other)

public static bool IsOneOf(this StringOrMemory str, StringOrMemory a, StringOrMemory b, StringOrMemory c)

public static bool IsOneOf(this StringOrMemory str, StringOrMemory a, StringOrMemory b)

public static bool StartsWith(this StringOrMemory str, string test, StringComparison comparison)