ValveArrowCollectionContains Method

Indicates whether a particular ValveArrow is contained in the ValveArrowCollection.

Definition

Namespace: BeeMobile.Valve
Assembly: BeeMobile.Valve.NET48 (in BeeMobile.Valve.NET48.dll) Version: 4.8.0.1
C#
public virtual bool Contains(
	ValveArrow anItem
)

Parameters

anItem  ValveArrow
Reference to the ValveArrow object.

Return Value

Boolean
True, if the referenced ValveArrow is contained in the collection; false otherwise.

See Also