GH_VersionGreaterThan Operator |
Compares versions for larger than relationships.
Namespace:
GH_IO.Types
Assembly:
GH_IO (in GH_IO.dll)
Syntaxpublic static bool operator >(
GH_Version A,
GH_Version B
)
Public Shared Operator > (
A As GH_Version,
B As GH_Version
) As Boolean
Parameters
- A
- Type: GH_IO.TypesGH_Version
Version to compare. - B
- Type: GH_IO.TypesGH_Version
Version to compare with.
Return Value
Type:
BooleanTrue if A is newer than B.
See Also