In This Topic
Checks whether the given object equals to this.
Syntax
'Declaration
Public Overloads Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- other
- The object to compare with.
See Also