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