Show / Hide Table of Contents

Struct StationRecordKey

Implements
IEquatable<StationRecordKey>
Namespace: Content.Shared.StationRecords
Assembly: Content.Shared.dll
Syntax
public struct StationRecordKey : IEquatable<StationRecordKey>

Constructors

| Improve this Doc View Source

StationRecordKey(UInt32, EntityUid)

Declaration
public StationRecordKey(uint id, EntityUid originStation)
Parameters
Type Name Description
System.UInt32 id
EntityUid originStation

Fields

| Improve this Doc View Source

Id

Declaration
public readonly uint Id
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

Invalid

Declaration
public static StationRecordKey Invalid
Field Value
Type Description
StationRecordKey
| Improve this Doc View Source

OriginStation

Declaration
public readonly EntityUid OriginStation
Field Value
Type Description
EntityUid

Methods

| Improve this Doc View Source

Equals(StationRecordKey)

Declaration
public bool Equals(StationRecordKey other)
Parameters
Type Name Description
StationRecordKey other
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Equals(Nullable<Object>)

Declaration
public override bool Equals(object? obj)
Parameters
Type Name Description
System.Nullable<System.Object> obj
Returns
Type Description
System.Boolean
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
| Improve this Doc View Source

IsValid()

Declaration
public bool IsValid()
Returns
Type Description
System.Boolean

Implements

IEquatable<>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾