Determines whether the collection contains a specific date.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public bool Contains ( |
Visual Basic
Copy Code
|
|---|
Public Function Contains( _ |
The date to locate in the collection.
true if date is found in the collection; otherwise, false.
See Also