Struct RequestHandle
Default values for cloud data storage settings
Namespace: Unity.MARS.Companion.CloudStorage
Syntax
public struct RequestHandle : IEquatable<RequestHandle>
Methods
Equals(Object)
Returns true if the object being compared is a RequestHandle this handle has the same id as a given handle
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
Object | obj | The other object to be compared with this one |
Returns
Type | Description |
---|---|
Boolean | True if both handles have the same id |
Equals(RequestHandle)
Returns true if this handle has the same id as a given handle
Declaration
public bool Equals(RequestHandle other)
Parameters
Type | Name | Description |
---|---|---|
RequestHandle | other | The other handle to be compared with this one |
Returns
Type | Description |
---|---|
Boolean | True if both handles have the same id |
GetHashCode()
Get a unique hash code for this handle; this is equal to its id
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 | The unique hash code |
ToString()
Return a string representation of this handle
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | A string representation of this handle |