[]
Determines whether this instance of TableStyle and a specified object, which must also be a TableStyle object, have the same value.
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
| Type | Name | Description |
|---|---|---|
| object | obj | An object |
| Type | Description |
|---|---|
| bool | true if obj is a TableStyle and its value is the same as this instance otherwise, false. |