[]
Gets a value that indicates whether the collection contains the specified SideButtonBase.
public bool Contains(SideButtonBase value)
Public Function Contains(value As SideButtonBase) As Boolean
Type | Name | Description |
---|---|---|
SideButtonBase | value | The SideButtonBase to search for in the collection. |
Type | Description |
---|---|
bool | true if the collection contains the specified object; otherwise, false. |