public override IQuantity <double> From(IQuantity <double> quantity) { return(SquareMeter.From(quantity)); }
public bool /* IEquatable<SquareMeter> */ Equals(SquareMeter other) { return(this.m_value == other.m_value); }
public int /* IComparable<SquareMeter> */ CompareTo(SquareMeter other) { return(this.m_value.CompareTo(other.m_value)); }