NeedleCollectionContains Method

Indicates whether a particular Needle is contained in the NeedleCollection.

Definition

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

Parameters

aNeedle  Needle
Reference to the Needle object.

Return Value

Boolean
A System.Boolean.Boolean which is true, if the referenced Needle is contained in the collection; false otherwise.

See Also