Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / BlockEx Class / Equals Method / Equals(BlockEx) Method
The other block

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

    Parameters

    other
    The other block

    Return Value

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