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.
Available values:
True. Numbers are equal.
False. All the rest of the cases.
See also: