Click or drag to resize

ComponentComponentSetContains Method

Determines whether the object contains the specified child component.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool Contains(
	Component key
)

Parameters

key  Component

Return Value

Boolean

Implements

ICollectionTContains(T)
See Also