CylinderCollectionContains Method
Namespace: BeeMobile.iWheelAssembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
public virtual bool Contains(
Cylinder c
)
Public Overridable Function Contains (
c As Cylinder
) As Boolean
- c Cylinder
- Reference to the Cylinder object.
BooleanA
System.Boolean.Boolean which is
true, if the referenced
Cylinder is contained in the collection;
false otherwise.