[]
Determines whether the value of the specified object is equivalent to the current CellPadding object.
public bool Equals(CellPadding padding)
Public Function Equals(padding As CellPadding) As Boolean
Type | Name | Description |
---|---|---|
CellPadding | padding | The object to compare to the current CellPadding object. |
Type | Description |
---|---|
bool | true if the CellPadding objects are equivalent; otherwise, false. |
Determines whether the value of the specified object is equivalent to the current CellPadding object.
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Type | Name | Description |
---|---|---|
object | obj | The object to compare to the current CellPadding object. |
Type | Description |
---|---|
bool | true if the CellPadding objects are equivalent; otherwise, false. |