Gets a value indicating whether the NeuroLinkCollection contains the specified NeuroLink.


Namespace: xpidea.neuro.net
Assembly: xpidea.neuro.net (in xpidea.neuro.net.dll)

Syntax

Visual Basic (Declaration)
Public Function Contains( _ 
   ByVal value As NeuroLink _ 
) As Boolean
C#
public bool Contains(
   NeuroLink value
)
C++
public:
 bool Contains(
   NeuroLink value
) sealed 
J#
public bool Contains(
   NeuroLink value
)
JScript
public  function Contains(
   value : NeuroLink
) : bool

Parameters

value
The NeuroLink to locate.

Return Value

true if the NeuroLink is contained in the collection; otherwise, false.

See Also