Click or drag to resize

AltaxoVariantIsType Method

Determines whether this instance contains the specified content type.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool IsType(
	AltaxoVariantContent c
)

Parameters

c  AltaxoVariantContent
The content type to test.

Return Value

Boolean
if this instance contains the specified type; otherwise, .
See Also