Table of Contents

Struct UGCQueryHandle

Namespace
MarymoorStudios.Core.Steamworks
Assembly
MarymoorStudios.Core.Steamworks.dll
public readonly struct UGCQueryHandle : IEquatable<UGCQueryHandle>, IComparable<UGCQueryHandle>
Implements
Inherited Members

Constructors

UGCQueryHandle(ulong)

public UGCQueryHandle(ulong id)

Parameters

id ulong

Properties

Id

The underlying value.

public ulong Id { get; }

Property Value

ulong

Invalid

The invalid id.

public static ulong Invalid { get; }

Property Value

ulong

IsValid

True if not Invalid.

public bool IsValid { get; }

Property Value

bool

Methods

CompareTo(UGCQueryHandle)

Value-based comparison.

public int CompareTo(UGCQueryHandle other)

Parameters

other UGCQueryHandle

Returns

int

Equals(UGCQueryHandle)

Value-based equality.

public bool Equals(UGCQueryHandle other)

Parameters

other UGCQueryHandle

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

operator ==(UGCQueryHandle, UGCQueryHandle)

Value-based equality.

public static bool operator ==(UGCQueryHandle left, UGCQueryHandle right)

Parameters

left UGCQueryHandle
right UGCQueryHandle

Returns

bool

operator >(UGCQueryHandle, UGCQueryHandle)

Value-based comparison.

public static bool operator >(UGCQueryHandle left, UGCQueryHandle right)

Parameters

left UGCQueryHandle
right UGCQueryHandle

Returns

bool

operator >=(UGCQueryHandle, UGCQueryHandle)

Value-based comparison.

public static bool operator >=(UGCQueryHandle left, UGCQueryHandle right)

Parameters

left UGCQueryHandle
right UGCQueryHandle

Returns

bool

operator !=(UGCQueryHandle, UGCQueryHandle)

Value-based equality.

public static bool operator !=(UGCQueryHandle left, UGCQueryHandle right)

Parameters

left UGCQueryHandle
right UGCQueryHandle

Returns

bool

operator <(UGCQueryHandle, UGCQueryHandle)

Value-based comparison.

public static bool operator <(UGCQueryHandle left, UGCQueryHandle right)

Parameters

left UGCQueryHandle
right UGCQueryHandle

Returns

bool

operator <=(UGCQueryHandle, UGCQueryHandle)

Value-based comparison.

public static bool operator <=(UGCQueryHandle left, UGCQueryHandle right)

Parameters

left UGCQueryHandle
right UGCQueryHandle

Returns

bool