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

◆ ValueEquals() [1/3]

bool System.Text.Json.JsonElement.ValueEquals ( ReadOnlySpan< byte > utf8Text)
inline

Definition at line 531 of file JsonElement.cs.

532 {
533 if (TokenType == JsonTokenType.Null)
534 {
535 return utf8Text == default(ReadOnlySpan<byte>);
536 }
538 }
bool TextEqualsHelper(ReadOnlySpan< byte > utf8Text, bool isPropertyName, bool shouldUnescape)

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