Click or drag to resize

ButtonSpecCollectionTContains(T) Method

Determines whether the collection contains the button spec.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool Contains(
	T item
)

Parameters

item  T
T reference.

Return Value

Boolean
True if spec found; otherwise false.

Implements

ICollectionTContains(T)
See Also