Determines whether the collection contains a specific overlay.
[Visual Basic .NET] |
---|
Public Function Contains( _ ByVal Item As IAgStkGraphicsScreenOverlay _ ) As Boolean |
[C#] |
---|
public bool Contains( IAgStkGraphicsScreenOverlay Item ); |
[Managed C++] |
---|
public: bool Contains( IAgStkGraphicsScreenOverlay ^ Item ); |
[Unmanaged C++] |
---|
public: HRESULT Contains( IAgStkGraphicsScreenOverlay * Item, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool contains( IAgStkGraphicsScreenOverlay Item ); |
[Python - STK API ] |
---|
def Contains(self, Item:"IAgStkGraphicsScreenOverlay") -> bool: |
- Item
- The overlay to locate in the collection.