Exemplo n.º 1
0
        internal SortFields Clone()
        {
            SortFields result = (SortFields)base.MemberwiseClone();

            return(result);
        }
Exemplo n.º 2
0
 public bool ChainCompare(SortFields other, int[] result)
 {
     return(ChainCompareIsEqual(other, result));
 }