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