Click or drag to resize

AltaxoVariantIsTypeOrNull Method

Determines whether this instance contains the specified content type or is empty.

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

Parameters

c  AltaxoVariantContent
The content type to test.

Return Value

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