klyn.Double.operator==
method
public native static operator==( readonly a as Double, readonly b as Double ) as Boolean
Description

Tests whether two Double values are equal.

Parameters
  • a Left operand.
  • b Right operand.
Returns

true when both values are equal.

Example
assert 3.5 == Double(3.5)