Struct WindowsAppRuntimeVersion
- Assembly
- Microsoft.WindowsAppSDK.Projection.dll
[WindowsRuntimeType("Microsoft.Windows.ApplicationModel.WindowsAppRuntime", "struct(Microsoft.Windows.ApplicationModel.WindowsAppRuntime.WindowsAppRuntimeVersion;u4;u4;u4)")]
[WindowsRuntimeHelperType]
[WinRTExposedType(typeof(StructTypeDetails<WindowsAppRuntimeVersion, WindowsAppRuntimeVersion>))]
[ContractVersion(typeof(RuntimeCompatibilityContract), 65536)]
public struct WindowsAppRuntimeVersion : IEquatable<WindowsAppRuntimeVersion>
- Implements
- Inherited Members
Constructors
WindowsAppRuntimeVersion(uint, uint, uint)
public WindowsAppRuntimeVersion(uint _Major, uint _Minor, uint _Patch)
Parameters
Fields
Major
public uint Major
Field Value
Minor
public uint Minor
Field Value
Patch
public uint Patch
Field Value
Methods
Equals(WindowsAppRuntimeVersion)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(WindowsAppRuntimeVersion other)
Parameters
other
WindowsAppRuntimeVersionAn object to compare with this object.
Returns
Equals(object)
Indicates whether this instance and a specified object are equal.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with the current instance.
Returns
- bool
true if
obj
and this instance are the same type and represent the same value; otherwise, false.
GetHashCode()
Returns the hash code for this instance.
public override int GetHashCode()
Returns
- int
A 32-bit signed integer that is the hash code for this instance.
Operators
operator ==(WindowsAppRuntimeVersion, WindowsAppRuntimeVersion)
public static bool operator ==(WindowsAppRuntimeVersion x, WindowsAppRuntimeVersion y)
Parameters
Returns
operator !=(WindowsAppRuntimeVersion, WindowsAppRuntimeVersion)
public static bool operator !=(WindowsAppRuntimeVersion x, WindowsAppRuntimeVersion y)