ImmutableListTContains Method
Determines whether the ICollection contains a specific value.
Namespace: SnapDB.ImmutablesAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool Contains(
T item
)
Public Function Contains (
item As T
) As Boolean
public:
virtual bool Contains(
T item
) sealed
- item T
- The object to locate in the ICollection.
Booleantrue if
item is found in the
ICollection; otherwise,
false.
ICollectionTContains(T)