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