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.2.419.0 (24.2.419.0)
Syntax public virtual bool Contains(
ScreenOverlay item
)
Public Overridable Function Contains (
item As ScreenOverlay
) As Boolean
public:
virtual bool Contains(
ScreenOverlay^ item
)
abstract Contains :
item : ScreenOverlay -> bool
override Contains :
item : ScreenOverlay -> bool
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