GenericSPStrictlyOlderThan Method |
Is the current GeognoSIS strictly older than a specified version?
Namespace:
Cadcorp.GFB.CadcorpSP
Assembly:
Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxprotected bool StrictlyOlderThan(
int maj,
int min,
int build
)
Protected Function StrictlyOlderThan (
maj As Integer,
min As Integer,
build As Integer
) As Boolean
Parameters
- maj
- Type: SystemInt32
The major version to compare. - min
- Type: SystemInt32
The minor version to compare. - build
- Type: SystemInt32
The build number to compare.
Return Value
Type:
BooleanTrue if and only if GeognoSIS is older than the specified version.
See Also