public method DecimalMeasurement<T>.Equals

Brief

Checks whether the measurement equals to another measurement

Declaration
C#
bool  Equals (DecimalMeasurement<T> other)

Parameters
other

Declared in DecimalMeasurement<T>

back