Attachmate Reflection 2014 .NET API Reference
Equality Operator (ContextMenuItem)


The first object to compare.
The second object to compare.
Determines whether the specified object is equal to the current object.
Syntax
'Declaration
 
Public Operator =( _
   ByVal cm1 As ContextMenuItem, _
   ByVal cm2 As ContextMenuItem _
) As Boolean
'Usage
 
public bool operator ==( 
   ContextMenuItem cm1,
   ContextMenuItem cm2
)

Parameters

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

Return Value

true if the specified objects are equal to each other; otherwise, false. If both objA and objB are null, the method returns true.
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

ContextMenuItem Class
ContextMenuItem Members

Send Feedback