IronRuby.Builtins.RubyModule.IRubyObject C# (CSharp) 메소드

IRubyObject() 개인적인 메소드

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

Same methods

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