equals

open fun equals(other: Any): Boolean

Compares this measurement info with another object for equality. Two MeasurementInfo objects are equal if they have the same scale, precision, measurement mode, value, and label.

Return

true if the objects are equal, false otherwise.

Parameters

other

The object to compare with this measurement info.