In This Topic
Determines whether the value of the specified object is equivalent to the current
Corners.
Syntax
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- The object to compare to the current Corners.
Return Value
true if the two
Corners objects are equal; otherwise, false.
See Also