Method: AdLint::Cc1::SignedShortIntTypeId#==

Defined in:
lib/adlint/cc1/type.rb

#==(rhs_id) ⇒ Object



4025
4026
4027
4028
4029
4030
4031
4032
# File 'lib/adlint/cc1/type.rb', line 4025

def ==(rhs_id)
  case rhs_id
  when SignedShortIntTypeId, ShortTypeId, ShortIntTypeId, SignedShortTypeId
    true
  else
    false
  end
end