Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ContextMenu Object / Equals Method
The object to compare with the current object.
In This Topic
Equals Method (ContextMenu)
In This Topic
Determines whether the specified Object is equal to the current Object.
Syntax
expression.Equals( _
   ByVal obj As Object _
) As Boolean
where expression is a variable that represents a ContextMenu Object

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