Example #1
0
 public new bool Equals(object x, object y)
 {
     return(RT.Equiv_(x, y));
 }
Example #2
0
 public int GetHashCode(object obj)
 {
     return(RT.Hash_(obj));
 }