Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonGalleryCommandSource Class / ParametersEqual Method


In This Topic
    ParametersEqual Method (NRibbonGalleryCommandSource)
    In This Topic
    Checks whether the given parameters are equal.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ParametersEqual( _
       ByVal parameter1 As System.Object, _
       ByVal parameter2 As System.Object _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NRibbonGalleryCommandSource
    Dim parameter1 As System.Object
    Dim parameter2 As System.Object
    Dim value As System.Boolean
     
    value = instance.ParametersEqual(parameter1, parameter2)
    protected virtual System.bool ParametersEqual( 
       System.object parameter1,
       System.object parameter2
    )

    Parameters

    parameter1
    parameter2
    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