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: 2.0.6.0-.NET 4.0
Syntax

public virtual bool Contains(
	IPlugin item
)

Parameters

item
Type: log4net.Plugin.IPlugin
The IPlugin to check for.

Return Value

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

Reference