 |
ClusterTInstanceContains Method |
Checks whether this cluster contains the given item.
Namespace:
Aglomera
Assembly:
Aglomera (in Aglomera.dll) Version: 1.1.0
Syntaxpublic bool Contains(
TInstance item
)
Request Example
View SourceParameters
- item
- Type: TInstance
The item whose presence in the cluster we want to check.
Return Value
Type:
Booleantrue if the cluster contains the given item,
false otherwise.
See Also