Method: Cisco::RadiusServerGroup#==

Defined in:
lib/cisco_node_utils/radius_server_group.rb

#==(other) ⇒ Object



64
65
66
# File 'lib/cisco_node_utils/radius_server_group.rb', line 64

def ==(other)
  name == other.name
end