Attachmate Reflection 2014 .NET API Reference
Equals Method (MisspelledWord)
Example 


Another MisspelledWord to compare equality with.
Compares two misspelled words for equality.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
'Usage
 
Dim instance As MisspelledWord
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
public override bool Equals( 
   object obj
)

Parameters

obj
Another MisspelledWord to compare equality with.

Return Value

True if the objects are equal, false if they're not equal.
Example
string strWord = "";
bool IsEqual = Equals(strword);
return IsEqual;
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

MisspelledWord Structure
MisspelledWord Members

Send Feedback