Click or drag to resize

IConfigVersionChecker Method

Compares the version of this configuration-instance with the highest supported version of this configuration.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
bool VersionChecker()

Return Value

Boolean
true if the versions are equal or false if this version number is lower than the highest supported version number.
Exceptions
ExceptionCondition
VersionMismatchExceptionIf the version of this configuration-instance is newer than the highest supported version.
See Also