Click or drag to resize

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)
Syntax
protected bool StrictlyOlderThan(
	int maj,
	int min,
	int build
)

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: Boolean
True if and only if GeognoSIS is older than the specified version.
See Also