Hash
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.crypto
- Platforms: .NET, .NET Standard 2.0, Island
-
Ancestry:
constructor
// .NET, .NET Standard 2.0
constructor(aValue: UInt64)
// Island
constructor(aValue: uint)
// .NET, .NET Standard 2.0
Hash(UInt64 aValue)
// Island
Hash(uint aValue)
// .NET, .NET Standard 2.0
init(_ aValue: UInt64)
// Island
init(_ aValue: uint)
// .NET, .NET Standard 2.0
Sub New(aValue As UInt64)
// Island
Sub New(aValue As uint)
Parameters:
- aValue:
Available
Function Available() As bool
Equals
method Equals(value: Object): Boolean
Boolean Equals(Object value)
func Equals(_ value: Object) -> Boolean
func Equals(value interface{}) Boolean
Function Equals(value As Object) As Boolean
Parameters:
- value:
GetHashCode
method GetHashCode: Int32
func GetHashCode() -> Int32
Function GetHashCode() As Int32
HashFunc
Function HashFunc() As Hash
New
Size
Value
constructor
// .NET, .NET Standard 2.0
constructor(aValue: UInt64)
// Island
constructor(aValue: uint)
// .NET, .NET Standard 2.0
Hash(UInt64 aValue)
// Island
Hash(uint aValue)
// .NET, .NET Standard 2.0
init(_ aValue: UInt64)
// Island
init(_ aValue: uint)
// .NET, .NET Standard 2.0
Sub New(aValue As UInt64)
// Island
Sub New(aValue As uint)
Parameters:
- aValue:
Available
Function Available() As bool
Equals
method Equals(value: Object): Boolean
Boolean Equals(Object value)
func Equals(_ value: Object) -> Boolean
func Equals(value interface{}) Boolean
Function Equals(value As Object) As Boolean
Parameters:
- value:
GetHashCode
method GetHashCode: Int32
func GetHashCode() -> Int32
Function GetHashCode() As Int32
HashFunc
Function HashFunc() As Hash
New
Size