VersionFirmwareEquals Method (Version) |
Tests to see if the version of firmware is equal to the passed in value
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public bool FirmwareEquals(
Version version
)
Public Function FirmwareEquals (
version As Version
) As Boolean
public:
bool FirmwareEquals(
Version^ version
)
member FirmwareEquals :
version : Version -> bool
Parameters
- version
- Type: ProScriptVersion
the other version
Return Value
Type:
BooleanTrue if the two firmware versions are equal.
See Also