Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / MouseButtonCombination Object / Equals Method
The object to compare with the current object.
In This Topic
    Equals Method (MouseButtonCombination)
    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 MouseButtonCombination 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