PluginCollection Contains Method Apache log4net™ SDK Documentation
Determines whether a given IPlugin is in the PluginCollection.

Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public virtual bool Contains(
	IPlugin item
)

Return Value

Type: OnlineBoolean
true if item is found in the PluginCollection; otherwise, false.
See Also