Struct RawHash
Syntax
[Serializable]
public struct RawHash : IEquatable<RawHash>
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(RawHash)
Declaration
public bool Equals(RawHash other)
Parameters
Type |
Name |
Description |
RawHash |
other |
|
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
ToBytes()
Declaration
Returns
Type |
Description |
System.Byte[] |
|
ToGUID()
Declaration
Returns
ToHash128()
Declaration
public Hash128 ToHash128()
Returns
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()