Table of Contents

Struct SteamLeaderboardEntries

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

Constructors

SteamLeaderboardEntries(ulong)

public SteamLeaderboardEntries(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(SteamLeaderboardEntries)

Value-based comparison.

public int CompareTo(SteamLeaderboardEntries other)

Parameters

other SteamLeaderboardEntries

Returns

int

Equals(SteamLeaderboardEntries)

Value-based equality.

public bool Equals(SteamLeaderboardEntries other)

Parameters

other SteamLeaderboardEntries

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

Value-based equality.

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

Parameters

left SteamLeaderboardEntries
right SteamLeaderboardEntries

Returns

bool

operator >(SteamLeaderboardEntries, SteamLeaderboardEntries)

Value-based comparison.

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

Parameters

left SteamLeaderboardEntries
right SteamLeaderboardEntries

Returns

bool

operator >=(SteamLeaderboardEntries, SteamLeaderboardEntries)

Value-based comparison.

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

Parameters

left SteamLeaderboardEntries
right SteamLeaderboardEntries

Returns

bool

operator !=(SteamLeaderboardEntries, SteamLeaderboardEntries)

Value-based equality.

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

Parameters

left SteamLeaderboardEntries
right SteamLeaderboardEntries

Returns

bool

operator <(SteamLeaderboardEntries, SteamLeaderboardEntries)

Value-based comparison.

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

Parameters

left SteamLeaderboardEntries
right SteamLeaderboardEntries

Returns

bool

operator <=(SteamLeaderboardEntries, SteamLeaderboardEntries)

Value-based comparison.

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

Parameters

left SteamLeaderboardEntries
right SteamLeaderboardEntries

Returns

bool