AltaxoVariantIsTypeOrNull Method |
Determines whether this instance contains the specified content type or is empty.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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