Determines whether the border of the current object is the same as the specified Border object.
Syntax
'Declaration
Public Overloads Function Equals( _
ByVal As Border _
) As Boolean
'Usage
Dim instance As Border
Dim border As Border
Dim value As Boolean
value = instance.Equals(border)
public bool Equals(
Border
)
Parameters
- border
- Border object to compare to the current border object
See Also