Click or drag to resize

IRowSelectionCollectionIsCollectionWithOneItemEquivalentToThisItem Property

Gets a value indicating whether the collection with only one item returns the same selection than the one item alone. This is the case e.g. for union and intersection, but not for exclusion of a union.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool IsCollectionWithOneItemEquivalentToThisItem { get; }

Property Value

Boolean
true if the collection with only one item returns the same selection than the one item alone.
See Also