Method: UPnP::Device#==

Defined in:
lib/UPnP/device.rb

#==(other) ⇒ Object

A device is equal to another device if it has the same name



393
394
395
# File 'lib/UPnP/device.rb', line 393

def ==(other)
  UPnP::Device === other and @name == other.name
end