|  | Cluster | 
The ClusterSet type exposes the following members.
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality(ClusterSet, ClusterSet) | Tests for equality of two cluster sets. Two clusters sets are equal if they have the same number of objects and all objects are assigned to the same clusters. | 
|   | (ClusterSet to Int32) | Implicitly converts a cluster set into an array of integers. | 
|   | Inequality(ClusterSet, ClusterSet) | Tests for inequality of two cluster sets. Two cluster sets are unequal if they have different numbers of objects or the objects are assigned to different clusters. | 
 See Also
See Also