Click or drag to resize

OperatableObjectvop_GreaterOrEqual_Rev Method

Tries to compare whether this instance is less than or equal to the specified operand in reversed order.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual bool vop_GreaterOrEqual_Rev(
	Object a,
	out bool b
)

Parameters

a  Object
The operand to compare with this instance.
b  Boolean
The comparison result if the comparison is supported.

Return Value

Boolean
if the comparison was performed; otherwise, .
See Also