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
)
Public Function FirmwareBefore (
version As Version
) As Boolean
public:
bool FirmwareBefore(
Version^ version
)
member FirmwareBefore :
version : Version -> bool
Parameters
- version
- Type: ProScriptVersion
the other version
Return Value
Type:
BooleanTrue if the given firmware version is older than the passed in version, false otherwise.
See Also