Exemplo n.º 1
0
 /// <inheritdoc />
 public bool Equals(NumeralValue <TLanguageUnits> other)
 => Value == other.Value && Nullable.Equals(Unit, other.Unit);
Exemplo n.º 2
0
 /// <inheritdoc />
 public int CompareTo(NumeralValue <TLanguageUnits> other)
 => Value.CompareTo(other.Value);