Click or drag to resize

ISharedModulesContains Method

Determines whether an element is in the collection

Namespace:  EBP.Framework.Common.Interfaces.Host
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
bool Contains(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Guid of the module

Return Value

Type: Boolean
True if the module corresponding to the guid is in the collection
See Also