Determines whether the specified
System.Object is equal to this instance.
'Declaration
Public Overloads Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- The object to compare.
Return Value
The result of comparison.