Handle for a user account in an external API.
public struct InputUserAccountHandle : IEquatable<InputUserAccountHandle>
Constructors
Declaration
public InputUserAccountHandle(string apiName, ulong handle)
Parameters
Type |
Name |
Description |
System.String |
apiName |
|
System.UInt64 |
handle |
|
Properties
Symbolic name of the API that owns the handle.
Declaration
public string apiName { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ulong handle { get; }
Property Value
Type |
Description |
System.UInt64 |
|
Methods
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
Declaration
public bool Equals(InputUserAccountHandle other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
Operators
Declaration
public static bool operator ==(InputUserAccountHandle left, InputUserAccountHandle right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public static bool operator !=(InputUserAccountHandle left, InputUserAccountHandle right)
Parameters
Returns
Type |
Description |
System.Boolean |
|