Method: KRPC::Gen::ClassBase#==

Defined in:
lib/krpc/gen.rb

#==(other) ⇒ Object



134
135
136
# File 'lib/krpc/gen.rb', line 134

def ==(other)
  other.class == self.class and other.remote_oid == remote_oid
end