Equals Method (StyleInfo)
In This Topic
Determines whether the style settings of this object are equivalent to the object specified.
Overload List
Overload | Description |
Equals | Determines whether the style settings of this object are equivalent to the object specified. |
Example
This example creates two StyleInfo objects and the second instance is copied from the first. The second instance is then assigned to the active sheet. Whether the two objects are equal is returned to a list box.
See Also