'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.