Table of Contents

Struct ScreenshotHandle

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

Constructors

ScreenshotHandle(uint)

public ScreenshotHandle(uint id)

Parameters

id uint

Properties

Id

The underlying value.

public uint Id { get; }

Property Value

uint

Invalid

The invalid id.

public static uint Invalid { get; }

Property Value

uint

IsValid

True if not Invalid.

public bool IsValid { get; }

Property Value

bool

Methods

CompareTo(ScreenshotHandle)

Value-based comparison.

public int CompareTo(ScreenshotHandle other)

Parameters

other ScreenshotHandle

Returns

int

Equals(ScreenshotHandle)

Value-based equality.

public bool Equals(ScreenshotHandle other)

Parameters

other ScreenshotHandle

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 ==(ScreenshotHandle, ScreenshotHandle)

Value-based equality.

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

Parameters

left ScreenshotHandle
right ScreenshotHandle

Returns

bool

operator >(ScreenshotHandle, ScreenshotHandle)

Value-based comparison.

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

Parameters

left ScreenshotHandle
right ScreenshotHandle

Returns

bool

operator >=(ScreenshotHandle, ScreenshotHandle)

Value-based comparison.

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

Parameters

left ScreenshotHandle
right ScreenshotHandle

Returns

bool

operator !=(ScreenshotHandle, ScreenshotHandle)

Value-based equality.

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

Parameters

left ScreenshotHandle
right ScreenshotHandle

Returns

bool

operator <(ScreenshotHandle, ScreenshotHandle)

Value-based comparison.

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

Parameters

left ScreenshotHandle
right ScreenshotHandle

Returns

bool

operator <=(ScreenshotHandle, ScreenshotHandle)

Value-based comparison.

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

Parameters

left ScreenshotHandle
right ScreenshotHandle

Returns

bool