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

◆ ValueEquals() [2/3]

bool System.Text.Json.JsonElement.ValueEquals ( ReadOnlySpan< char > text)
inline

Definition at line 540 of file JsonElement.cs.

541 {
542 if (TokenType == JsonTokenType.Null)
543 {
544 return text == default(ReadOnlySpan<char>);
545 }
547 }
bool TextEqualsHelper(ReadOnlySpan< byte > utf8Text, bool isPropertyName, bool shouldUnescape)

References System.text, and System.Text.Json.JsonElement.TextEqualsHelper().