Click or drag to resize

IRowSelectionCollectionIsCollectionWithOneItemEquivalentToThisItem Property

Gets a value indicating whether a collection that contains only a single item returns the same selection as that item alone. This is the case, for example, for union and intersection collections, but not for exclusion of a union.

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

Property Value

Boolean
true if the collection with only one item returns the same selection as the one item alone; otherwise, false.
See Also