[]
Determines whether the specified Padding is equal to this instance.
public bool Equals(Padding padding)
| Type | Name | Description |
|---|---|---|
| Padding | padding |
| Type | Description |
|---|---|
| bool |
Determines whether the specified object is equal to this instance.
public override bool Equals(object obj)
| Type | Name | Description |
|---|---|---|
| object | obj | Another object to compare to. |
| Type | Description |
|---|---|
| bool |
|