PlatformHelper.CompareMacVersion(Platform, Platform) 方法

定义

比较两个平台值。

public static int CompareMacVersion (this ObjCRuntime.Platform a, ObjCRuntime.Platform b);
static member CompareMacVersion : ObjCRuntime.Platform * ObjCRuntime.Platform -> int

参数

a
Platform

要比较的第一个平台值。

b
Platform

要比较的第二个平台值。

返回

如果第一个平台早于第二个平台,则返回 -1;如果平台版本相同,则返回 0;如果第一个平台晚于第二个平台,则返回 1。

适用于