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.SelectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxbool IsCollectionWithOneItemEquivalentToThisItem { get; }Property Value
Booleantrue if the collection with only one item returns the same selection as the one item alone; otherwise,
false.
See Also