5 references to DeepEquals
System.Text.Json (5)
System\Text\Json\Document\JsonElement.cs (3)
1314
if (!
DeepEquals
(e1, arrayEnumerator2.Current))
1353
if (!
DeepEquals
(prop1.Value, prop2.Value))
1397
if (!exists || !values.TryDequeue(out JsonElement value) || !
DeepEquals
(prop.Value, value))
System\Text\Json\Nodes\JsonValue.cs (1)
121
return JsonElement.
DeepEquals
(thisElement, otherElement);
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
27
return JsonElement.
DeepEquals
(Value, otherElement);