Returns a value indicating whether this instance equals a specified object.

Namespace:  EPiServer.PlugIn
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public override bool Match(
	Object o
)

Parameters

o
Type: System..::.Object
The object to match.

Return Value

True if the object matches this instance.

Remarks

Used internally to selectively load plugins.

See Also