Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.SelectedItemBase Class / Equals Method
The other object

In This Topic
    Equals Method (ViewportLayout.SelectedItemBase)
    In This Topic
    Compares two instances of the class.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal other As Object _
    ) As Boolean
    public override bool Equals( 
       object other
    )

    Parameters

    other
    The other object

    Return Value

    True if they are equal, false otherwise.
    See Also