Skip to main content

ContainsAny Method

Returns a value that represents whether this collection contains any date in the specified range.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public bool ContainsAny(
CalendarDateRange range
)

Parameters

  CalendarDateRange
The range of dates to search for.

Return Value

Boolean
True if any date in the range is contained in the collection; otherwise, false.

See Also

Reference

CalendarBlackoutDatesCollection Class
Avalonia.Controls.Primitives Namespace