Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / StyleInfo Class / Equals Method
Example


In This Topic
    Equals Method (StyleInfo)
    In This Topic
    Determines whether the style settings of this object are equivalent to the object specified.
    Overload List
    OverloadDescription
    Determines whether the style settings of this object are equivalent to the object specified.  
    Remarks
    Two StyleInfo objects are considered equivalent if all of their properties are equal.
    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