Get Started
Quickstart
HowTo's
Concepts
API Libraries
InfoConnect for Airlines VBA Guide
Equals Function (ContextMenu)
Attachmate.Reflection.Objects.Emulation.IbmHosts Library
>
ContextMenu Object
: Equals Function
The object to compare with the current object.
Determines whether the specified Object is equal to the current Object.
Syntax
Visual Basic (Declaration)
object
.Equals( _
ByVal
obj
As
Object _ )
As
Boolean
Parameters
obj
The object to compare with the current object.
Return Value
true if the specified Object is equal to the current Object; otherwise, false.
See Also
Reference
ContextMenu Object
ContextMenu Members
Send Feedback