Equals Method (ElementSize)
In This Topic
Determines whether the specified object is equal to the current object.
Syntax
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
See Also