Method: RBI::RestParam#==

Defined in:
lib/rbi/model.rb

#==(other) ⇒ Object

: (Object? other) -> bool



576
577
578
# File 'lib/rbi/model.rb', line 576

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