Table of Contents

Struct EntryId

Namespace
TaleWorlds.SaveSystem
Assembly
TaleWorlds.SaveSystem.dll
public struct EntryId : IEquatable<EntryId>
Implements
Inherited Members
Extension Methods

Constructors

EntryId(int, SaveEntryExtension)

public EntryId(int id, SaveEntryExtension extension)

Parameters

id int
extension SaveEntryExtension

Properties

Extension

public SaveEntryExtension Extension { get; }

Property Value

SaveEntryExtension

Id

public int Id { get; }

Property Value

int

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

Equals(EntryId)

public bool Equals(EntryId other)

Parameters

other EntryId

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

Operators

operator ==(EntryId, EntryId)

public static bool operator ==(EntryId a, EntryId b)

Parameters

a EntryId
b EntryId

Returns

bool

operator !=(EntryId, EntryId)

public static bool operator !=(EntryId a, EntryId b)

Parameters

a EntryId
b EntryId

Returns

bool

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).