'Usage
Dim instance As BorderCollection Dim obj As Object Dim value As Boolean value = instance.Equals(obj)
Parameters
- obj
- The object that will be compared with the current object.
Return Value
Returns true if the specified System.Object is equal to the current System.Object; returns false otherwise.