QuickAdmin.Net Reference
C#
Show/Hide TOC
Casted
List
TFrom
,
TTo
Contains Method
Determines whether the
ICollection
T
contains a specific value.
Definition
Namespace:
QuickAdmin.Utils
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.1
C#
Copy
public
bool
Contains
( TTo
item
)
Parameters
item
TTo
The object to locate in the
ICollection
T
.
Return Value
bool
if
item
is found in the
ICollection
T
; otherwise,
.
Implements
ICollection
T
Contains(T)
See Also
Reference
CastedList
TFrom, TTo
Class
QuickAdmin.Utils Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also