SystemRequirementsMatchesRequirements Method |
Determines whether the system matches the requirements given in the provided package info.
Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool MatchesRequirements(
PackageInfo packageInfo
)
Parameters
- packageInfo PackageInfo
- The package information.
Return Value
BooleanTrue if the system matches the requirements; otherwise, false.
See Also