2 references to Type
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (2)
1059
public bool Equals(ParameterLookupKey other) =>
Type
== other.
Type
&& string.Equals(Name, other.Name, StringComparison.OrdinalIgnoreCase);