Gets a value indicating whether the PatternsCollection contains the specified Pattern.


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

Syntax

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

Parameters

value
The Pattern to locate.

Return Value

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

See Also