Method: Cisco::ObjectGroup#==

Defined in:
lib/cisco_node_utils/object_group.rb

#==(other) ⇒ Object



57
58
59
# File 'lib/cisco_node_utils/object_group.rb', line 57

def ==(other)
  grp_name == other.grp_name && afi == other.afi && type == other.type
end