Method: PCPEasy::PMAPI::PmDesc#==

Defined in:
lib/pcp_easy/pmapi/pm_desc.rb

#==(other) ⇒ Object



37
38
39
40
41
42
43
44
45
# File 'lib/pcp_easy/pmapi/pm_desc.rb', line 37

def ==(other)
  self.class == other.class && \
  pmid == other.pmid && \
  type == other.type && \
  indom == other.indom && \
  sem == other.sem && \
  units == other.units

end