DVTk API
Contains Method (value)
DVTkDvtk.IheActors.ActorsBaseTriggerCollectionContains(BaseTrigger)
DVTk API

[This is preliminary documentation and is subject to change.]

Determines whether the BaseTriggerCollection contains a specific element.
Declaration Syntax
C#Visual BasicVisual C++
public bool Contains(
	BaseTrigger value
)
Public Function Contains ( _
	value As BaseTrigger _
) As Boolean
public:
bool Contains(
	BaseTrigger^ value
)
Parameters
value (BaseTrigger)
The BaseTrigger to locate in the BaseTriggerCollection.
Return Value
true if the BaseTriggerCollection contains the specified value; otherwise, false.

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0