public method Measurement<T>.Equals

Brief

Checks whether the measurement equals to another measurement

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

Parameters
other

Declared in Measurement<T>

back