Method
IdeProjectInfoequal
Description
This function will check to see if information about self
and other
are
similar enough that a request to open other
would instead activate
self
. This is useful when a user tries to open the same project twice.
However, some case is taken to ensure that things like the build system are the same so that a project may be opened twice with two build systems as is sometimes necessary when projects are porting to a new build system.
Parameters
other
-
Type:
IdeProjectInfo
A
IdeProjectInfo
.The data is owned by the caller of the method.