CryptographicCollection<T>.Contains Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
Contains(T)
Determines whether the collection contains the specified item.
Declaration
public bool Contains(T item)
Parameters
Type | Name | Description |
---|---|---|
T | item | Item. |
Returns
Type | Description |
---|---|
Boolean | True if the collection contains the item; false if it does not. |