class Xcodeproj::Workspace::FileReference
def ==(other)
-
(Bool)- Wether a file reference is equal to another.
def ==(other) path == other.path && type == other.type end
(Bool)
- Wether a file reference is equal to another.
def ==(other) path == other.path && type == other.type end