Struct RpcId
Syntax
public struct RpcId : IEquatable<RpcId>
Constructors
RpcId(Type, Int32)
Declaration
public RpcId(Type declaringType, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | declaringType | |
| System.Int32 | index |
Fields
Hash
Declaration
public readonly int Hash
DeclaringType
Declaration
public readonly Type DeclaringType
DeclaringIndex
Declaration
public readonly int DeclaringIndex
Methods
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Equals(RpcId)
Declaration
public bool Equals(RpcId other)
Parameters
| Type | Name | Description |
|---|---|---|
| Mirage.RemoteCalls.RpcId | other |
Returns
| Type | Description |
|---|---|
| System.Boolean |