AssemblyCollectionContains Method |
Determines whether the ICollectionT contains a specific value.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic bool Contains(
Assembly item
)
Public Function Contains (
item As Assembly
) As Boolean
Parameters
- item
- Type: System.ReflectionAssembly
The object to locate in the ICollectionT.
Return Value
Type:
Boolean if
item is found in the
ICollectionT; otherwise,
.
Implements
ICollectionTContains(T)
See Also