- obj
 - The ContextItem to compare with the current ContextItem.
 
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As ContextItem Dim obj As Object Dim value As Boolean value = instance.Equals(obj)  | |
Parameters
- obj
 - The ContextItem to compare with the current ContextItem.
 
Return Value
true if the specified ContextItem is equal to the current ContextItem; otherwise it is false.| Exception | Description | 
|---|---|
| System.NullReferenceException | The parameter is null. | 
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
  
   
                           
Copy Code