Method: CiscoAclIntp::AceSrcDstSpec#==

Defined in:
lib/cisco_acl_intp/acespec_srcdst.rb

#==(other) ⇒ Boolean

Parameters:

Returns:

  • (Boolean)


47
48
49
50
# File 'lib/cisco_acl_intp/acespec_srcdst.rb', line 47

def ==(other)
  @port_spec == other.port_spec &&
    @ip_spec == other.ip_spec
end