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.SelectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool IsCollectionWithOneItemEquivalentToThisItem { get; }
Property Value
Booleantrue if the collection with only one item returns the same selection than the one item alone.
See Also