Struct ComponentTypeHash
Syntax
public struct ComponentTypeHash : IEquatable<ComponentTypeHash>
Fields
Flags
Declaration
public ComponentTypeFlags Flags
Field Value
StableTypeHash
Declaration
public ulong StableTypeHash
Field Value
Type |
Description |
System.UInt64 |
|
Methods
Equals(Object)
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)
Equals(ComponentTypeHash)
Declaration
public bool Equals(ComponentTypeHash other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
Operators
Equality(ComponentTypeHash, ComponentTypeHash)
Declaration
public static bool operator ==(ComponentTypeHash left, ComponentTypeHash right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(ComponentTypeHash, ComponentTypeHash)
Declaration
public static bool operator !=(ComponentTypeHash left, ComponentTypeHash right)
Parameters
Returns
Type |
Description |
System.Boolean |
|