2 references to DeepEquals
System.Text.Json (2)
System\Text\Json\Nodes\JsonArray.cs (1)
118if (!DeepEquals(currentList[i], otherList[i]))
System\Text\Json\Nodes\JsonObject.cs (1)
192if (!DeepEquals(item.Value, jsonNode))