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