Determines whether the object that implements the IDynamicParticle interface and is specified by 'node' is in the list or not. This method is the wrapper of the 'Contains' method of the IList interface. Its benefit is to use objects that implements the interface 'IDynamicParticle' instead of objects of type 'Object'.
[Visual Basic] Public Function Contains( _ ByVal particle As IDynamicParticle _ ) As Boolean [C#] public bool Contains( IDynamicParticle particle ); [C++] public: bool Contains( IDynamicParticle* particle ); [JScript] public function Contains( IDynamicParticle particle ): bool;
'true' if the object that implements the IDynamicParticle interface and is specified by 'node' is in the list; otherwise 'false'.
ParticleList Class | XRules Namespace