Struct MetaHash
Assembly: LeagueToolkit.dll
Constructors
|
Improve this Doc
View Source
Declaration
public MetaHash(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
|
Improve this Doc
View Source
Declaration
public MetaHash(uint hash)
Parameters
| Type |
Name |
Description |
| System.UInt32 |
hash |
|
Properties
|
Improve this Doc
View Source
Declaration
public uint Hash { readonly get; }
Property Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public string Value { readonly get; }
Property Value
| Type |
Description |
| System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Operators
|
Improve this Doc
View Source
Declaration
public static implicit operator uint (MetaHash metaHash)
Parameters
Returns
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public static implicit operator MetaHash(uint hash)
Parameters
| Type |
Name |
Description |
| System.UInt32 |
hash |
|
Returns