DVTk API
Contains Method (value)
DVTkDvtk.IheActors.ActorsActorConfigCollectionContains(ActorConfig)
DVTk API

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

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

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0