Click or drag to resize

VersionFirmwareBefore Method (Version)

Tests to see if the given firmware version is older than the passed in version.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public bool FirmwareBefore(
	Version version
)

Parameters

version
Type: ProScriptVersion
the other version

Return Value

Type: Boolean
True if the given firmware version is older than the passed in version, false otherwise.
See Also