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