C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / RibbonGroup Class / Inequality Operator

In This Topic
Inequality Operator (RibbonGroup)
In This Topic
Determines whether the specified RibbonGroup instances are considered not equal.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal group1 As RibbonGroup, _
   ByVal group2 As RibbonGroup _
) As System.Boolean
 

Parameters

group1
group2
See Also