Method: AdLint::Cc1::UnsignedShortTypeId#==

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

#==(rhs_id) ⇒ Object



3936
3937
3938
3939
3940
3941
3942
3943
# File 'lib/adlint/cc1/type.rb', line 3936

def ==(rhs_id)
  case rhs_id
  when UnsignedShortTypeId, UnsignedShortIntTypeId
    true
  else
    false
  end
end