Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / LinePattern Class / Equals Method / Equals(LinePattern) Method
The other material

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

    Parameters

    other
    The other material

    Return Value

    True if the two line pattern names are the same, false otherwise.
    See Also