InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ContextMenuItem Class / Inequality Operator
The first object to compare.
The second object to compare.


In This Topic
Inequality Operator (ContextMenuItem)
In This Topic
Determines whether the specified object is not equal to the current object.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal cm1 As ContextMenuItem, _
   ByVal cm2 As ContextMenuItem _
) As Boolean
 
'Usage
 

Parameters

cm1
The first object to compare.
cm2
The second object to compare.

Return Value

true if the specified objects are not equal to each other; otherwise, false.
See Also