CastedListTFrom, TToContains Method

Determines whether the ICollectionT contains a specific value.

Definition

Namespace: QuickAdmin.Utils
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.1
C#
public bool Contains(
	TTo item
)

Parameters

item  TTo
The object to locate in the ICollectionT.

Return Value

bool
if item is found in the ICollectionT; otherwise, .

Implements

ICollectionTContains(T)

See Also