Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / TextStyle Class / Equals Method / Equals(TextStyle) Method
The other text style

In This Topic
    Equals(TextStyle) Method
    In This Topic
    Compares text style names ignoring cases.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As TextStyle _
    ) As Boolean
    public bool Equals( 
       TextStyle other
    )

    Parameters

    other
    The other text style

    Return Value

    True if the two text style names are the same, false otherwise.
    See Also