Determines whether the specified object is equal to the current object.
'Declaration
Public Overloads Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- other
Return Value
true if the specified object is equal to the current object; otherwise, false.