SystemRequirementsMatchesRequirements Method |
Determines if this system is matching the requirements of the package.
Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public static bool MatchesRequirements(
PackageInfo packageInfo
)
Parameters
- packageInfo PackageInfo
- The information about the package.
Return Value
BooleanTrue if the system is matching the requirements of the package; otherwise, false.
See Also