class Xcodeproj::Workspace::GroupReference

def ==(other)

Returns:
  • (Bool) - Whether a group reference is equal to another.
def ==(other)
  name == other.name && type == other.type && location == other.location
end