Click or drag to resize

ScreenOverlayCollectionBase.Contains Method

Determines whether the collection contains a specific overlay.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public virtual bool Contains(
	ScreenOverlay item
)

Parameters

item
Type: AGI.Foundation.Graphics.ScreenOverlay
The overlay to locate in the collection.

Return Value

Type: Boolean
true if the item is found in the collection; otherwise false.

Implements

ICollection<T>.Contains(T)
See Also