OperatableObjectTrue Operator |
Evaluates the instance for boolean true.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool operator true(
OperatableObject c1
)
Parameters
- c1 OperatableObject
- The operand.
Return Value
Boolean if the operand evaluates to
; otherwise,
.
See Also