'Declaration
Public Operator <>( _ ByVal cm1 As ContextMenu, _ ByVal cm2 As ContextMenu _ ) As Boolean
'Usage
public bool operator !=( ContextMenu cm1, ContextMenu cm2 )
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.