Show / Hide Table of Contents

Method IsAtLeast

| Improve this Doc View Source

IsAtLeast(Int32, Int32, Int32)

Determines whether current version is equal or greater than specified version.

Declaration
public bool IsAtLeast(int major, int minor, int build)
Parameters
Type Name Description
System.Int32 major

The major number of the specified version.

System.Int32 minor

The minor number of the specified version.

System.Int32 build

The build number of the specified version.

Returns
Type Description
System.Boolean

true if current version is equal or greater than specified version.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest