JsonNode.DeepEquals(JsonNode, JsonNode) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
比較兩個節點的值,包括所有子系節點的值。
public:
static bool DeepEquals(System::Text::Json::Nodes::JsonNode ^ node1, System::Text::Json::Nodes::JsonNode ^ node2);
public static bool DeepEquals (System.Text.Json.Nodes.JsonNode? node1, System.Text.Json.Nodes.JsonNode? node2);
static member DeepEquals : System.Text.Json.Nodes.JsonNode * System.Text.Json.Nodes.JsonNode -> bool
Public Shared Function DeepEquals (node1 As JsonNode, node2 As JsonNode) As Boolean
參數
傳回
true
如果權杖相等,則為 ;否則 false
為 。