SolutionParserExtensions.

IsType(SolutionProject, ProjectType) Method

Summary

Checks the SolutionProject type

Syntax

public static bool IsType(this SolutionProject project, ProjectType projectType)

Parameters

Name Type Description
project SolutionProject The solutionproject
projectType ProjectType The type to check

Return Value

Type Description
bool true if the project type matches