 | 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)
Syntaxbool Contains(
Guid guid
)
Function Contains (
guid As Guid
) As Boolean
Parameters
- guid
- Type: SystemGuid
Guid of the module
Return Value
Type:
BooleanTrue if the module corresponding to the guid is in the collection
See Also