Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNode Class / DeepEquals Method


In This Topic
    DeepEquals Method (NNode)
    In This Topic
    Performs deep equals of this node object in the specified context and returns true if the given object is a node and its properties and children are equal to those of this node.
    Syntax
    'Declaration
     
    
    Public Function DeepEquals( _
       ByVal other As System.Object, _
       ByVal context As NDomDeepEqualsContext _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NNode
    Dim other As System.Object
    Dim context As NDomDeepEqualsContext
    Dim value As System.Boolean
     
    value = instance.DeepEquals(other, context)
    public System.bool DeepEquals( 
       System.object other,
       NDomDeepEqualsContext context
    )

    Parameters

    other
    context
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also