Determines whether an element is in the List(T).
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public bool Contains ( |
Visual Basic Copy Code |
---|
Public Function Contains( _ |
The object to locate in the List(T).
true if item is found in the collection; otherwise, false.