InfoConnect for Airlines VBA Guide
Equals Function (MisspelledWord)
Another MisspelledWord to compare equality with.
Compares two misspellings for equality.
Syntax
object.Equals( _
   ByVal obj As Object _
) As Boolean

Parameters

obj
Another MisspelledWord to compare equality with.

Return Value

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