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

◆ NameEquals() [3/3]

bool System.Text.Json.JsonProperty.NameEquals ( string? text)
inline

Definition at line 32 of file JsonProperty.cs.

33 {
34 return NameEquals(text.AsSpan());
35 }
bool NameEquals(string? text)

References System.Text.Json.JsonProperty.NameEquals(), and System.text.

Referenced by System.Text.Json.JsonProperty.NameEquals().