Struct StationRecordKey
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
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Invalid
Declaration
public static StationRecordKey Invalid
Field Value
|
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
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
Returns
Type |
Description |
System.Boolean |
|
Implements
IEquatable<>