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.
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnSolidBrush 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 an AnnSolidBrush structure equivalent to this AnnSolidBrush; otherwise, false.For more information refer to Object.Equals/>.
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