PackageInstaller.

ContainsPackage(string) Method

Summary

Determines whether the specified package has already been added.

Syntax

public bool ContainsPackage(string packageId)

Parameters

Name Type Description
packageId string The package identifier.

Return Value

Type Description
bool
GitHub