YVersionGreaterThan Operator
|
Check if version1 is greater than version2.
Namespace: Upsilon.Common.LibraryAssembly: Upsilon.Common.Library (in Upsilon.Common.Library.dll) Version: 2.2.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax public static bool operator >(
YVersion version1,
YVersion version2
)
Parameters
- version1 YVersion
- The first version to compare.
- version2 YVersion
- The second version to compare.
Return Value
BooleanReturns
true or
false.
See Also