OSPlatform public struct OSPlatform : IEquatable<OSPlatform> Documentation public static OSPlatform Linux { get; } public static OSPlatform OSX { get; } public static OSPlatform Windows { get; } public static OSPlatform Create(string osPlatform) public static bool op_Equality(OSPlatform left, OSPlatform right) public static bool op_Inequality(OSPlatform left, OSPlatform right) public bool Equals(OSPlatform other)