BindingCollection.ICollection<Binding>.Contains Method
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
ICollection<Binding>.Contains(Binding)
Gets a value indicating whether the collection contains the specified item.
Declaration
bool ICollection<Binding>.Contains(Binding item)
Parameters
Type | Name | Description |
---|---|---|
Binding | item | An item to locate in the collection. |
Returns
Type | Description |
---|---|
Boolean | True if |