Documentation Index
Fetch the complete documentation index at: https://voltaire.tevm.sh/llms.txt
Use this file to discover all available pages before exploring further.
Try it Live
Run Uint examples in the interactive playground
Uint.equals(a: BrandedUint256, b: BrandedUint256): boolean
Check if two Uint256 values are equal.
Parameters:
a: BrandedUint256- First valueb: BrandedUint256- Second value
boolean - True if equal
Example:
See Also
- notEquals - Inequality check
- Comparisons - Full comparison reference

