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