| ReflectionServiceContains Method | 
            Determines whether or not a given AssemblyName is contained in a list of names.
            This is done here by comparing the FullNames.
            
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic static bool Contains(
	AssemblyName[] assemblyNames,
	AssemblyName searchedName
)
Parameters
- assemblyNames  AssemblyName
- List of AssemblyNames.
- searchedName  AssemblyName
- The AssemblyName for which to determine if it is contained in the list.
Return Value
BooleanTrue if it is contained in the list.
 See Also
See Also