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