Method: SOCMaker::IfcSpc#==
- Defined in:
- lib/soc_maker/ifc_spc.rb
#==(o) ⇒ Object
Equality operator
170 171 172 173 174 175 |
# File 'lib/soc_maker/ifc_spc.rb', line 170 def ==(o) o.name == self.name && o.id == self.id && o.ports.to_yaml == self.ports.to_yaml && o.multiplicity.to_yaml == self.multiplicity.to_yaml end |