OperatableObjectvop_False Method |
Tries to evaluate the instance for the false operator.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual bool vop_False(
out bool b
)
Parameters
- b Boolean
- The boolean evaluation result if the operation succeeds.
Return Value
Boolean if the operation was applied; otherwise,
.
See Also