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

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

    Parameters

    other
    The other material

    Return Value

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