Struct UGCUpdateHandle
- Namespace
- MarymoorStudios.Core.Steamworks
- Assembly
- MarymoorStudios.Core.Steamworks.dll
public readonly struct UGCUpdateHandle : IEquatable<UGCUpdateHandle>, IComparable<UGCUpdateHandle>
- Implements
- Inherited Members
Constructors
UGCUpdateHandle(ulong)
public UGCUpdateHandle(ulong id)
Parameters
idulong
Properties
Id
The underlying value.
public ulong Id { get; }
Property Value
Invalid
The invalid id.
public static UGCUpdateHandle Invalid { get; }
Property Value
IsValid
True if not Invalid.
public bool IsValid { get; }
Property Value
Methods
CompareTo(UGCUpdateHandle)
Value-based comparison.
public int CompareTo(UGCUpdateHandle other)
Parameters
otherUGCUpdateHandle
Returns
Equals(UGCUpdateHandle)
Value-based equality.
public bool Equals(UGCUpdateHandle other)
Parameters
otherUGCUpdateHandle
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(UGCUpdateHandle, UGCUpdateHandle)
Value-based equality.
public static bool operator ==(UGCUpdateHandle left, UGCUpdateHandle right)
Parameters
leftUGCUpdateHandlerightUGCUpdateHandle
Returns
operator >(UGCUpdateHandle, UGCUpdateHandle)
Value-based comparison.
public static bool operator >(UGCUpdateHandle left, UGCUpdateHandle right)
Parameters
leftUGCUpdateHandlerightUGCUpdateHandle
Returns
operator >=(UGCUpdateHandle, UGCUpdateHandle)
Value-based comparison.
public static bool operator >=(UGCUpdateHandle left, UGCUpdateHandle right)
Parameters
leftUGCUpdateHandlerightUGCUpdateHandle
Returns
operator !=(UGCUpdateHandle, UGCUpdateHandle)
Value-based equality.
public static bool operator !=(UGCUpdateHandle left, UGCUpdateHandle right)
Parameters
leftUGCUpdateHandlerightUGCUpdateHandle
Returns
operator <(UGCUpdateHandle, UGCUpdateHandle)
Value-based comparison.
public static bool operator <(UGCUpdateHandle left, UGCUpdateHandle right)
Parameters
leftUGCUpdateHandlerightUGCUpdateHandle
Returns
operator <=(UGCUpdateHandle, UGCUpdateHandle)
Value-based comparison.
public static bool operator <=(UGCUpdateHandle left, UGCUpdateHandle right)
Parameters
leftUGCUpdateHandlerightUGCUpdateHandle