Method: OvirtSDK4::Spm#==
- Defined in:
- lib/ovirtsdk4/types.rb
#==(other) ⇒ Object
Returns true
if self
and other
have the same attributes and values.
19822 19823 19824 19825 19826 |
# File 'lib/ovirtsdk4/types.rb', line 19822 def ==(other) super && @priority == other.priority && @status == other.status end |