ImageCollectionContains Method (Uri) | 
  
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool Contains(
	Uri uri
)
Public Function Contains ( 
	uri As Uri
) As Boolean
public:
bool Contains(
	Uri^ uri
)
member Contains : 
        uri : Uri -> bool 
Parameters
- uri
 - Type: SystemUri
The Uri to search for in the collection. 
Return Value
Type: 
BooleanWhether a 
GlobeImageOverlay with the specified 
Uri is in the collection.
See Also