Click or drag to resize

RADoubleEquality Operator

Determines whether two RADouble instances are equal.

Namespace: Altaxo
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static bool operator ==(
	RADouble a,
	RADouble b
)

Parameters

a  RADouble
The first instance.
b  RADouble
The second instance.

Return Value

Boolean
True if both instances are equal; otherwise, false.
See Also