IConfigVersionChecker 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.5.2
Syntax Return Value
Booleantrue if the versions are equal or
false if this version number is lower than the highest supported version number.
Exceptions Exception | Condition |
---|
VersionMismatchException | If the version of this configuration-instance is newer than the highest supported version. |
See Also