[]
Determines whether the collection contains a specific value.
public bool Contains(IFpStatusBarElement item)
Public Function Contains(item As IFpStatusBarElement) As Boolean
Type | Name | Description |
---|---|---|
IFpStatusBarElement | item | The value to locate in collection. |
Type | Description |
---|---|
bool | true if value is found in the collection; otherwise, false. |