Exemple #1
0
 public int Compare(object x, object y, EntityMode?entityMode)
 {
     return(RealType.Compare(x, y, entityMode));
 }