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