ImageCollectionContains Method (Uri) |
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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