Click or drag to resize

IOperatablevop_Equal_Rev Method

Attempts reversed equality comparison where this instance is the right-hand operand.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
bool vop_Equal_Rev(
	Object a,
	out bool b
)

Parameters

a  Object
Other operand.
b  Boolean
Result of the equality test if supported.

Return Value

Boolean
true if operation is supported.
See Also