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
intextension
SaveEntryExtension
Properties
Extension
public SaveEntryExtension Extension { get; }
Property Value
Id
public int Id { get; }
Property Value
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
Equals(EntryId)
public bool Equals(EntryId other)
Parameters
other
EntryId
Returns
GetHashCode()
public override int GetHashCode()
Returns
Operators
operator ==(EntryId, EntryId)
public static bool operator ==(EntryId a, EntryId b)
Parameters
Returns
operator !=(EntryId, EntryId)
public static bool operator !=(EntryId a, EntryId b)
Parameters
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).