Table of Contents

Method IsVersionOrGreater

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

IsVersionOrGreater(int, int, int)

Determines whether the current framework version is equal to or greater than the specified version.

public static bool IsVersionOrGreater(int major, int minor, int build)

Parameters

major int

The major version to compare.

minor int

The minor version to compare.

build int

The build version to compare.

Returns

bool

true if the current framework version is equal to or greater than the specified version; otherwise, false.