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