Example #1
0
 public static bool Equals(RubyContext /*!*/ context, RubySymbol /*!*/ lhs, [NotNull] ClrName /*!*/ rhs)
 {
     return(ClrNameOps.IsEqual(context, rhs, lhs));
 }
Example #2
0
 public static int Compare(RubyContext /*!*/ context, RubySymbol /*!*/ self, [NotNull] ClrName /*!*/ other)
 {
     return(-ClrNameOps.Compare(context, other, self));
 }