Double.Equals

Syntax

Equals(Value1: Double; Value2: Double): Boolean;

Parameters

Value1 - the first compared real value.

Value2 - the second compared real value.

Description

The Equals method compares and returns whether two real numbers are equal. The method returns True if the numbers are equal, and otherwise it returns False.

See also:

Double