Class UInt64
Inherited Members
Namespace: AVM.ClientGenerator.ABI.ARC4.Types
Assembly: Algorand.dll
Syntax
public class UInt64 : UInt, IEquatable<UInt>, IEquatable<UInt64>
Constructors
| Edit this page View SourceUInt64()
Create uint64 instance with empty constructor
Declaration
public UInt64()
UInt64(object)
Create uint64 instance with value
Declaration
public UInt64(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| object | value |
Methods
| Edit this page View SourceEquals(UInt64?)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(UInt64? other)
Parameters
| Type | Name | Description |
|---|---|---|
| UInt64 | other | An object to compare with this object. |
Returns
| Type | Description |
|---|---|
| bool | true if the current object is equal to the |
Equals(object?)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object? obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| bool | true if the specified object is equal to the current object; otherwise, false. |
Overrides
| Edit this page View SourceGetHashCode()
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int | A hash code for the current object. |
Overrides
| Edit this page View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |
Overrides
Operators
| Edit this page View Sourceoperator ==(UInt64, UInt64)
Declaration
public static bool operator ==(UInt64 left, UInt64 right)
Parameters
| Type | Name | Description |
|---|---|---|
| UInt64 | left | |
| UInt64 | right |
Returns
| Type | Description |
|---|---|
| bool |
operator !=(UInt64, UInt64)
Declaration
public static bool operator !=(UInt64 left, UInt64 right)
Parameters
| Type | Name | Description |
|---|---|---|
| UInt64 | left | |
| UInt64 | right |
Returns
| Type | Description |
|---|---|
| bool |