Determines whether the specified formatter is equal to the current formatter.
'Declaration
Public Overrides Function Equals( _
ByVal As System.Object _
) As System.Boolean
'Usage
Dim instance As GeneralFormatter
Dim obj As System.Object
Dim value As System.Boolean
value = instance.Equals(obj)
public override System.bool Equals(
System.object
)
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
.