Struct FaceHash
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Syntax
[Serializable]
public struct FaceHash
Fields
hashValueName
Declaration
public const string hashValueName = ""
Field Value
Type |
Description |
System.String |
|
Properties
HashValue
Declaration
public readonly IntegerType HashValue { get; }
Property Value
Type |
Description |
IntegerType |
|
Methods
Equals(FaceHash)
Declaration
public bool Equals(FaceHash otherHash)
Parameters
Type |
Name |
Description |
FaceHash |
otherHash |
|
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object otherHashObject)
Parameters
Type |
Name |
Description |
System.Object |
otherHashObject |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
FromRawInt(Int32)
Declaration
public static FaceHash FromRawInt(int hashValue)
Parameters
Type |
Name |
Description |
System.Int32 |
hashValue |
|
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()