Returns a value that indicates whether this instance is equal to a specified object.
'Declaration
Public Overridable Function Equals( _
ByVal As Object _
) As Boolean
public virtual bool Equals(
object
)
Parameters
- obj
- An System.Object to compare with this instance or null.
Return Value
true if equals the type and value of this instance; otherwise, false.