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