Method: OvirtSDK4::FencingPolicy#==

Defined in:
lib/ovirtsdk4/types.rb

#==(other) ⇒ Object

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



4406
4407
4408
4409
4410
4411
4412
4413
# File 'lib/ovirtsdk4/types.rb', line 4406

def ==(other)
  super &&
  @enabled == other.enabled &&
  @skip_if_connectivity_broken == other.skip_if_connectivity_broken &&
  @skip_if_gluster_bricks_up == other.skip_if_gluster_bricks_up &&
  @skip_if_gluster_quorum_not_met == other.skip_if_gluster_quorum_not_met &&
  @skip_if_sd_active == other.skip_if_sd_active
end