Gets whether the given object equals this instance.
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
'Usage
Dim instance As SubStyle
Dim obj As Object
Dim value As Boolean
value = instance.Equals(obj)
Parameters
- obj
- An object to be compared.
Return Value
The bool type that indicates if the object is the same as the current instance.