Determines whether the first instance of Version is less than or equal to the second instance of Version.
A bool where true indicates v1 is less than or equal to v2; otherwise false. If v2 is null, false is returned.
Type Reason ArgumentNullException v1 is a null reference.
The parts of the version number are compared independently starting with the Version.Major property and then the Version.Minor, Version.Build, and Version.Revision properties, in order. This method returns as soon as one of the properties is determined not to be equal.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0