Determines whether a given IPlugin is in the PluginCollection.
            
Namespace: log4net.PluginAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- item
 - Type: log4net.Plugin IPlugin
The IPlugin to check for. 
Return Value
Type:true if item is found in the PluginCollection; otherwise, false.
See Also