Attachmate.Reflection Assembly > Attachmate.Reflection.Productivity Namespace > MisspelledWord Structure : Equals Method |
'Usage
Dim instance As MisspelledWord Dim obj As Object Dim value As Boolean value = instance.Equals(obj)
string strWord = ""; bool IsEqual = Equals(strword); return IsEqual;