DataValueCollectionContains Method

Indicates whether a particular DataValue is contained in the DataValueCollection.

Definition

Namespace: BeeMobile.Charts
Assembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
C#
public virtual bool Contains(
	DataValue anItem
)

Parameters

anItem  DataValue
Reference to the DataValue object.

Return Value

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

See Also