public void copyFrom(DeprPct deptPct) { this.Percentage = deptPct.Percentage; }
public override bool Equals(object obj) { DeprPct that = obj as DeprPct; return(this == that); }