Click or drag to resize

GH_VersionGreaterThan Operator

Compares versions for larger than relationships.

Namespace:  GH_IO.Types
Assembly:  GH_IO (in GH_IO.dll)
Syntax
public static bool operator >(
	GH_Version A,
	GH_Version B
)

Parameters

A
Type: GH_IO.TypesGH_Version
Version to compare.
B
Type: GH_IO.TypesGH_Version
Version to compare with.

Return Value

Type: Boolean
True if A is newer than B.
See Also