예제 #1
0
 public static bool Equals(RubySymbol /*!*/ lhs, [NotNull] RubySymbol /*!*/ rhs)
 {
     return(lhs.Equals(rhs));
 }
예제 #2
0
 public static bool IsEqual(RubyContext /*!*/ context, ClrName /*!*/ self, [NotNull] RubySymbol /*!*/ other)
 {
     return(other.Equals(GetRubyName(context, self)));
 }