 | ObjectXGenerateHashCode Method (Int32, Int32, Int32) |
Generates a hash code from the hash codes for an object's fields.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic static int GenerateHashCode(
int hash1,
int hash2,
int hash3
)
Parameters
- hash1
- Type: SystemInt32
Hash1. - hash2
- Type: SystemInt32
Hash2. - hash3
- Type: SystemInt32
Hash3.
Return Value
Type:
Int32A hash code.
See Also