IPluginCollectionContains Method
Determines whether an item with the specified value of
PublicGuid is present in the collection.
Namespace: SMath.Extensibility.CollectionsAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
bool Contains(
Guid publicGuid
)
Function Contains (
publicGuid As Guid
) As Boolean
bool Contains(
Guid publicGuid
)
abstract Contains :
publicGuid : Guid -> bool
- publicGuid Guid
- Value of PublicGuid to find the item by.
Boolean if the requested item is present in the collection.