6 references to DeepEquals
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Helpers\JsonUtilities.cs (1)
32
return JsonElement.
DeepEquals
(elementA, elementB);
System.Text.Json (5)
System\Text\Json\Document\JsonElement.cs (3)
1308
if (!
DeepEquals
(e1, arrayEnumerator2.Current))
1347
if (!
DeepEquals
(prop1.Value, prop2.Value))
1391
if (!exists || !values.TryDequeue(out JsonElement value) || !
DeepEquals
(prop.Value, value))
System\Text\Json\Nodes\JsonValue.cs (1)
118
return JsonElement.
DeepEquals
(thisElement, otherElement);
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
27
return JsonElement.
DeepEquals
(Value, otherElement);