LimitLineCollectionContains Method

Indicates whether a particular LimitLine is contained in the LimitLineCollection.

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.NET48 (in BeeMobile.Gauge.NET48.dll) Version: 4.8.0.4
C#
public virtual bool Contains(
	LimitLine anItem
)

Parameters

anItem  LimitLine
Reference to the LimitLine object.

Return Value

Boolean
True, if the referenced LimitLine is contained in the collection; false otherwise.

See Also