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

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

    Parameters

    other
    The other layer

    Return Value

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