Click or drag to resize

OperatableObjectTrue Operator

Evaluates the instance for boolean true.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool operator true(
	OperatableObject c1
)

Parameters

c1  OperatableObject
The operand.

Return Value

Boolean
if the operand evaluates to ; otherwise, .
See Also