예제 #1
0
 public void copyFrom(DeprPct deptPct)
 {
     this.Percentage = deptPct.Percentage;
 }
예제 #2
0
        public override bool Equals(object obj)
        {
            DeprPct that = obj as DeprPct;

            return(this == that);
        }