Checks if the specified item is contained within the collection.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public virtual bool Contains ( |
Visual Basic
![]() |
---|
Public Overridable Function Contains( _ |
Type: T
The item to check.
Type: Boolean
true if the given item is contained within the collection; otherwise false.