IPluginCollectionContains Method

Determines whether an item with the specified value of PublicGuid is present in the collection.

Definition

Namespace: SMath.Extensibility.Collections
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
bool Contains(
	Guid publicGuid
)

Parameters

publicGuid  Guid
Value of PublicGuid to find the item by.

Return Value

Boolean
if the requested item is present in the collection.

See Also