Méthode | Description | |
---|---|---|
Equals ( |
Determines whether the specified GameID is equal to this instance.
|
|
Equals ( System obj ) : bool |
Determines whether the specified System.Object is equal to this instance.
|
|
GameID ( ) : System |
Initializes a new instance of the GameID class.
|
|
GameID ( |
Initializes a new instance of the GameID class.
|
|
GameID ( System.UInt64 id ) : System |
Initializes a new instance of the GameID class.
|
|
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
|
Set ( ulong gameId ) : void |
Sets the various components of this GameID from a 64bit integer form.
|
|
ToUInt64 ( ) : ulong |
Converts this GameID into it's 64bit integer form.
|
|
operator ( ) : bool |
Implements the operator ==.
|
public Equals ( |
||
gid | The |
|
Résultat | bool |
public Equals ( System obj ) : bool | ||
obj | System | The |
Résultat | bool |
public GameID ( |
||
nAppID | The 32bit app id to assign this GameID from. | |
Résultat | System |
public GameID ( System.UInt64 id ) : System | ||
id | System.UInt64 | The 64bit integer to assign this GameID from. |
Résultat | System |
public Set ( ulong gameId ) : void | ||
gameId | ulong | The 64bit integer to assign this GameID from. |
Résultat | void |