Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NMediaSelector Class / Match Method


In This Topic
    Match Method (NMediaSelector)
    In This Topic
    Returns true if the specified media is matched by this this selector or is null (universal media).
    Syntax
    'Declaration
     
    
    Public Function Match( _
       ByVal media As NMedia _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NMediaSelector
    Dim media As NMedia
    Dim value As System.Boolean
     
    value = instance.Match(media)
    public System.bool Match( 
       NMedia media
    )

    Parameters

    media
    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