다음을 통해 공유


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을 반환합니다.

적용 대상