Class UInt32
Inherited Members
Namespace: AVM.ClientGenerator.ABI.ARC4.Types
Assembly: Algorand.dll
Syntax
public class UInt32 : UInt, IEquatable<UInt>, IEquatable<UInt32>
Constructors
| Edit this page View SourceUInt32()
Create uint32 instance with empty constructor
Declaration
public UInt32()
UInt32(object)
Create uint32 instance with value
Declaration
public UInt32(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| object | value |
Methods
| Edit this page View SourceEquals(UInt32?)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(UInt32? other)
Parameters
| Type | Name | Description |
|---|---|---|
| UInt32 | 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 ==(UInt32, UInt32)
Declaration
public static bool operator ==(UInt32 left, UInt32 right)
Parameters
| Type | Name | Description |
|---|---|---|
| UInt32 | left | |
| UInt32 | right |
Returns
| Type | Description |
|---|---|
| bool |
operator !=(UInt32, UInt32)
Declaration
public static bool operator !=(UInt32 left, UInt32 right)
Parameters
| Type | Name | Description |
|---|---|---|
| UInt32 | left | |
| UInt32 | right |
Returns
| Type | Description |
|---|---|
| bool |