ButtonSpecCollectionTContains Method (T) |
Determines whether the collection contains the button spec.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public bool Contains(
T item
)
Parameters
- item
- Type: T
T reference.
Return Value
Type:
BooleanTrue if spec found; otherwise false.
Implements
ICollectionTContains(T)See Also