CSPlaneIDListContains Method |
Determines whether the specified plane identifier is contained in the list.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Contains(
CSPlaneID item
)
Parameters
- item CSPlaneID
- The item to locate.
Return Value
Booleantrue if the item is contained in the list; otherwise,
false.
See Also