Example #1
0
 public override int Compare(ValueProxyFactory other)
 {
     return 0;
 }
Example #2
0
 public abstract int Compare(ValueProxyFactory other);        
Example #3
0
 public override int Compare(ValueProxyFactory other)
 {
     if (other.IsNumeric)
         return 1;
     return 0;
 }