NeedleCollectionContains Method
Namespace: BeeMobile.GaugeAssembly: BeeMobile.Gauge.NET48 (in BeeMobile.Gauge.NET48.dll) Version: 4.8.0.4
public virtual bool Contains(
Needle aNeedle
)
Public Overridable Function Contains (
aNeedle As Needle
) As Boolean
- aNeedle Needle
- Reference to the Needle object.
BooleanA
System.Boolean.Boolean which is
true, if the referenced
Needle is contained in the collection;
false otherwise.