Returns a
System.Boolean. This is true if the specified Object is equal to the current Table; otherwise, false. The object for comparison.
Syntax
'Declaration
Public Overloads Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- The object for comparison.
See Also