コード例 #1
0
 public bool IsSame(object x, object y, EntityMode entityMode)
 {
     return(RealType.IsSame(x, y, entityMode));
 }