DataValueCollectionContains Method
Namespace: BeeMobile.ChartsAssembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
public virtual bool Contains(
DataValue anItem
)
Public Overridable Function Contains (
anItem As DataValue
) As Boolean
- anItem DataValue
- Reference to the DataValue object.
BooleanTrue, if the referenced
DataValue is contained in the collection; false otherwise.