예제 #1
0
파일: Unit.cs 프로젝트: cartermp/metric
 public override int GetHashCode()
 {
     return(Quantity.GetHashCode() * Prefixes.GetHashCode() * Powers.GetHashCode());
 }