Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / MisspelledWord Object / Equals Method
Another MisspelledWord Object to compare equality with.
In This Topic
    Equals Method (MisspelledWord)
    In This Topic
    Compares two misspellings for equality.
    Syntax
    expression.Equals( _
       ByVal obj As Object _
    ) As Boolean
    where expression is a variable that represents a MisspelledWord Object

    Parameters

    obj
    Another MisspelledWord Object to compare equality with.

    Return Value

    True if the objects are equal, false if not.
    See Also