'Usage Dim instance As BorderLine Dim obj As Object Dim value As Boolean value = instance.Equals(obj)
Parameters
- obj
- The compared border line.
Return Value
true
if the border line is less than the second line; otherwise, false
.'Usage Dim instance As BorderLine Dim obj As Object Dim value As Boolean value = instance.Equals(obj)
true
if the border line is less than the second line; otherwise, false
.