public static int Casecmp(RubySymbol /*!*/ self, [DefaultProtocol, NotNull] MutableString /*!*/ other) { return(MutableStringOps.Casecmp(self.String, other)); }
public static int Casecmp(RubySymbol /*!*/ self, [NotNull] RubySymbol /*!*/ other) { return(MutableStringOps.Casecmp(self.String, other.String)); }