CastArrayTFrom, TToContains Method
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public bool Contains(
TTo item
)
Public Function Contains (
item As TTo
) As Boolean
public:
virtual bool Contains(
TTo item
) sealed
abstract Contains :
item : 'TTo -> bool
override Contains :
item : 'TTo -> bool
- item TTo
- The object to locate in this CastArrayTFrom, TTo.
Boolean if
item is found in this
CastArrayTFrom, TTo; otherwise,
.
ICollectionTContains(T)