Method: OvirtSDK4::HostDevicePassthrough#==

Defined in:
lib/ovirtsdk4/types.rb

#==(other) ⇒ Object

Returns true if self and other have the same attributes and values.



5236
5237
5238
5239
# File 'lib/ovirtsdk4/types.rb', line 5236

def ==(other)
  super &&
  @enabled == other.enabled
end