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