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