Equals Method (ContextMenu)
Determines whether the specified Object is equal to the current Object.
expression.Equals( _
ByVal 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.