Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ValueTextEquals() [3/3]

bool System.Text.Json.Utf8JsonReader.ValueTextEquals ( string? text)
inline

Definition at line 305 of file Utf8JsonReader.cs.

306 {
307 return ValueTextEquals(text.AsSpan());
308 }
bool ValueTextEquals(ReadOnlySpan< byte > utf8Text)

References System.text, and System.Text.Json.Utf8JsonReader.ValueTextEquals().