Method: Xcodeproj::Project::Object::AbstractObject#==
- Defined in:
- lib/xcodeproj/project/object.rb
#==(other) ⇒ Object
483 484 485 |
# File 'lib/xcodeproj/project/object.rb', line 483 def ==(other) other.is_a?(AbstractObject) && to_hash == other.to_hash end |