Struct RequestHandle
Default values for cloud data storage settings
Implements
Inherited Members
Namespace: Unity.AR.Companion.CloudStorage
Assembly: solution.dll
Syntax
public readonly struct RequestHandle : IEquatable<RequestHandle>
Methods
| Name | Description |
|---|---|
| Equals(object) | Returns true if the object being compared is a RequestHandle this handle has the same id as a given handle |
| Equals(RequestHandle) | Returns true if this handle has the same id as a given handle |
| GetHashCode() | Get a unique hash code for this handle; this is equal to its id |
| ToString() | Return a string representation of this handle |