ConfigBaseVersionChecker Method |
Compares the version of this configuration-instance with the highest supported version of this configuration.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.10.0
Syntaxpublic bool VersionChecker()
Return Value
Booleantrue if the versions are equal or
false if this version number is lower than the highest supported version number.
Implements
IConfigVersionChecker
Exceptions| Exception | Condition |
|---|
| VersionMismatchException | If the version of this configuration-instance is newer than the highest supported version. |
See Also