Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListBoxLength Structure / Equals Method / Equals(ListBoxLength) Method
The ListBoxLength to compare to the current instance.


In This Topic
    Equals(ListBoxLength) Method
    In This Topic
    Determines whether the specified ListBoxLength is equal to the current ListBoxLength.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As ListBoxLength _
    ) As Boolean
    'Usage
     
    Dim instance As ListBoxLength
    Dim other As ListBoxLength
    Dim value As Boolean
     
    value = instance.Equals(other)
    public bool Equals( 
       ListBoxLength other
    )

    Parameters

    other
    The ListBoxLength to compare to the current instance.

    Return Value

    true if the specified object is a ListBoxLength with the same value or sizing mode as the current ListBoxLength; otherwise, false.
    See Also