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)
Syntaxpublic 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.Graphics.ScreenOverlay
The overlay to locate in the collection.
Return Value
Type:
Booleantrue if the item is found in the collection; otherwise
false.
Implements
ICollection<T>.Contains(T)
See Also