C# Class UnityEngine.XR.ARSubsystems.SerializableGuid

Afficher le fichier Open project: elatorre20/Packet39-Crane-Simulator Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
SerializableGuid ( ulong guidLow, ulong guidHigh ) : System

Constructs a SerializableGuid from two 64-bit ulongs.

ToString ( ) : string

Generates a string representation of the Guid. Same as guid.ToString(). See Microsoft's documentation for more details.

ToString ( string format ) : string

Generates a string representation of the Guid. Same as guid.ToString(format).

ToString ( string format, IFormatProvider provider ) : string

Generates a string representation of the Guid. Same as guid.ToString(format, provider).

operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( other ) : bool
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SerializableGuid() public méthode

Constructs a SerializableGuid from two 64-bit ulongs.
public SerializableGuid ( ulong guidLow, ulong guidHigh ) : System
guidLow ulong The low 8 bytes of the Guid.
guidHigh ulong The high 8 bytes of the Guid.
Résultat System

ToString() public méthode

Generates a string representation of the Guid. Same as guid.ToString(). See Microsoft's documentation for more details.
public ToString ( ) : string
Résultat string

ToString() public méthode

Generates a string representation of the Guid. Same as guid.ToString(format).
public ToString ( string format ) : string
format string A single format specifier that indicates how to format the value of the Guid. /// See Microsoft's documentation /// for more details.
Résultat string

ToString() public méthode

Generates a string representation of the Guid. Same as guid.ToString(format, provider).
public ToString ( string format, IFormatProvider provider ) : string
format string A single format specifier that indicates how to format the value of the Guid. /// See Microsoft's documentation /// for more details.
provider IFormatProvider An object that supplies culture-specific formatting information.
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool