class Xcodeproj::Workspace::FileReference

def ==(other)

Returns:
  • (Bool) - Wether a file reference is equal to another.
def ==(other)
  path == other.path && type == other.type
end