xpidea.neuro.net.patterns.PatternsCollection.Contains C# (CSharp) Method

Contains() public method

Gets a value indicating whether the xpidea.neuro.net.patterns.PatternsCollection contains the specified .

public Contains ( Pattern value ) : bool
value Pattern The to locate.
return bool
        public bool Contains(Pattern value)
        {
            return List.Contains(value);
        }