Summary
Returns a boolean indicating whether the rect is equal to the other given rect.
Syntax
public bool Equals(PixelRect other)
Parameters
Name | Type | Description |
---|---|---|
other | PixelRect | The other rect to test equality against. |
Return Value
Type | Description |
---|---|
bool | True if this rect is equal to other; False otherwise. |