Click or drag to resize

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
)

Parameters

version
Type: ProScriptVersion
the other version

Return Value

Type: Boolean
True if the two firmware versions are equal.
See Also