Equals(Value1: Double; Value2: Double): Boolean;
Value1 - the first compared real value.
Value2 - the second compared real value.
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: