Contains Method

Glimpse API

ReflectionDiscoverableCollection T  Contains Method Glimpse API Documentation
Determines whether the collection contains the specified item.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public bool Contains(
	T item
)
public bool Contains(
	T item
)

Parameters

item
Type: T
The item.

Return Value

true if the collection contains the specified item; otherwise, false.

Implements

OnlineICollection T  Contains(T)
See Also