Click or drag to resize

ClusterTInstanceContains Method

Checks whether this cluster contains the given item.

Namespace:  Aglomera
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
public bool Contains(
	TInstance item
)
Request Example View Source

Parameters

item
Type: TInstance
The item whose presence in the cluster we want to check.

Return Value

Type: Boolean
true if the cluster contains the given item, false otherwise.
See Also