Struct PointerID
Syntax
Constructors
PointerID(PointerType, Int32)
Declaration
public PointerID(PointerType type, int id)
Parameters
Properties
ID
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
Type
Declaration
public PointerType Type { get; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
| Type |
Name |
Description |
| System.Object |
other |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
System.ValueType.GetHashCode()