Determines whether the specified object is equal to the current
PairChar.
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
'Usage
Dim instance As PairChar
Dim obj As Object
Dim value As Boolean
value = instance.Equals(obj)
Parameters
- obj
- The target object.
Return Value
true if the parameter is equal to the current
PairChar; otherwise,
false.