Method: LinodeOpenapiClient::GetLinodeConfigs200ResponseDataInnerInterfacesInner#==

Defined in:
lib/linode_openapi_client/models/get_linode_configs200_response_data_inner_interfaces_inner.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



247
248
249
250
251
252
253
254
255
256
257
258
259
260
# File 'lib/linode_openapi_client/models/get_linode_configs200_response_data_inner_interfaces_inner.rb', line 247

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      purpose == o.purpose &&
      label == o.label &&
      ipam_address == o.ipam_address &&
      primary == o.primary &&
      ip_ranges == o.ip_ranges &&
      subnet_id == o.subnet_id &&
      ipv4 == o.ipv4 &&
      active == o.active &&
      id == o.id &&
      vpc_id == o.vpc_id
end