class Xcodeproj::Workspace::GroupReference
def ==(other)
-
(Bool)- Whether a group reference is equal to another.
def ==(other) name == other.name && type == other.type && location == other.location end
(Bool)
- Whether a group reference is equal to another.
def ==(other) name == other.name && type == other.type && location == other.location end