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