CylinderCollectionContains Method

Indicates whether a particular Cylinder is contained in the CylinderCollection.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public virtual bool Contains(
	Cylinder c
)

Parameters

c  Cylinder
Reference to the Cylinder object.

Return Value

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

See Also