Determines whether the specified Action exists in the collection.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public bool Contains(
	Action a
)
Visual Basic
Public Function Contains ( _
	a As Action _
) As Boolean

Return Value

A boolean indicating whether the specified action is contained in the collection.

See Also