AdvisableHashSet<T>.Contains Method |
Determines whether the ICollection<T> contains a specific value.
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public bool Contains( T item )
Parameters
- item
- Type: T
The object to locate in the ICollection<T>.
Return Value
Type: Booleantrue if item is found in the ICollection<T>; otherwise, false.