Summary
Returns a boolean indicating whether the given object is equal to this rectangle.
Syntax
public override bool Equals(object obj)
Parameters
Name | Type | Description |
---|---|---|
obj | object | The object to compare against. |
Return Value
Type | Description |
---|---|
bool | True if the object is equal to this rectangle; false otherwise. |