public bool Equals(Luminosity other) { return(_value.Equals(other.GetValueAs(this.Unit))); }
public int CompareTo(Luminosity other) { return(_value.CompareTo(other.GetValueAs(this.Unit))); }