Summary
Checks for equality between a thickness and an object.
Syntax
public override bool Equals(object obj)
Parameters
Name | Type | Description |
---|---|---|
obj | object | The object. |
Return Value
Type | Description |
---|---|
bool | True if obj is a size that equals the current size. |