VersionFirmwareEquals Method (Int32, Int32, Int32) |
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(
int major,
int minor,
int release
)
Public Function FirmwareEquals (
major As Integer,
minor As Integer,
release As Integer
) As Boolean
public:
bool FirmwareEquals(
int major,
int minor,
int release
)
member FirmwareEquals :
major : int *
minor : int *
release : int -> bool
Parameters
- major
- Type: SystemInt32
other major version - minor
- Type: SystemInt32
other minor version - release
- Type: SystemInt32
other release version
Return Value
Type:
BooleanTrue if the two firmware versions are equal.
See Also