Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDomType Class / YUdb Method


In This Topic
    YUdb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function YUdb( _
       ByVal Avdb As System.Object, _
       ByVal bvdb As System.Object, _
       ByVal Cvdb As NDomDeepEqualsContext _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDomType
    Dim Avdb As System.Object
    Dim bvdb As System.Object
    Dim Cvdb As NDomDeepEqualsContext
    Dim value As System.Boolean
     
    value = instance.YUdb(Avdb, bvdb, Cvdb)
    internal System.bool YUdb( 
       System.object Avdb,
       System.object bvdb,
       NDomDeepEqualsContext Cvdb
    )

    Parameters

    Avdb
    bvdb
    Cvdb
    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