IronRuby.Builtins.RubyModule.IRubyObject C# (CSharp) Method

IRubyObject() private method

private IRubyObject ( object other ) : bool
other object
return bool
        bool IRubyObject.BaseEquals(object other) {
            return base.Equals(other);
        }

Same methods

RubyModule::IRubyObject ( ) : int
RubyModule::IRubyObject ( ) : string
RubyModule