Determines if the specified object is equal to this object.
'Declaration
Public Overloads Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- The object to compare this object to.
Return Value
True if the specified object is equal to this one.