Method: OvirtSDK4::Struct#==

Defined in:
lib/ovirtsdk4/type.rb

#==(other) ⇒ Object Also known as: eql?

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



111
112
113
# File 'lib/ovirtsdk4/type.rb', line 111

def ==(other)
  !other.nil? && self.class == other.class
end