The Equals Method is available in LEADTOOLS Document and Medical Imaging toolkits.
- obj
- The object to be used in the comparison with the current object.
For more information about this method, see System.Object.Equals(System.Object).
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnRectangle Dim obj As Object Dim value As Boolean value = instance.Equals(obj) | |
Parameters
- obj
- The object to be used in the comparison with the current object.
Return Value
This method returns true if obj is AnnRectangle structure equivalent to this AnnRectangle; otherwise, false.For more information refer to System.Object.Equals(System.Object,System.Object).
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