'Usage Dim instance As ComboBoxItem Dim obj As Object Dim value As Boolean value = instance.Equals(obj)
Parameters
- obj
- The object to compare with the current ComboBoxItem.
Return Value
trueif the specified object is equal to the current ComboBoxItem; false otherwise.