Method: Xcodeproj::Config#==
- Defined in:
- lib/xcodeproj/config.rb
#==(other) ⇒ Object
72 73 74 |
# File 'lib/xcodeproj/config.rb', line 72 def ==(other) other.attributes == attributes && other.other_linker_flags == other_linker_flags && other.includes == includes end |