Determines whether the collection contains a
specific overlay.
[Visual Basic .NET] |
---|
Public Function Contains( _
ByVal Item As IAgStkGraphicsScreenOverlay _
) As Boolean
|
[C#] |
---|
public bool Contains(
|
[Managed C++] |
---|
public: bool Contains(
|
[Java] |
---|
public bool contains(
|
[Unmanaged C++] |
---|
public: HRESULT Contains(
|
- Item
- The overlay to locate in the collection.