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
- Another object to compare to.
Return Value
true
if the specified
System.Object is equal to this instance; otherwise,
false
.