class Cassia::Characteristic

Public Instance Methods

==(other) click to toggle source
# File lib/cassia/characteristic.rb, line 10
def ==(other)
  return self.uuid == other.uuid && self.properties == other.properties && self.handle == other.handle && self.descriptors == other.descriptors
end