'Usage Dim instance As IconDrawingObject Dim obj As Object Dim value As Boolean value = instance.Equals(obj)
Parameters
- obj
- The specified object.
Return Value
true
The current object is equal to the specified object; otherwise, false
.'Usage Dim instance As IconDrawingObject Dim obj As Object Dim value As Boolean value = instance.Equals(obj)
true
The current object is equal to the specified object; otherwise, false
.