Click or drag to resize

ScreenOverlayCollectionBaseContains 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.1.418.0 (24.1.418.0)
Syntax
public virtual bool Contains(
	ScreenOverlay item
)

Parameters

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

Return Value

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

Implements

ICollectionTContains(T)
See Also