BigNumber.Equals Method
Definition
Namespace: Corvus.Numerics
Assembly: Corvus.Text.Json.dll
Overloads
| Method | Description |
|---|---|
| Equals(BigNumber) | Determines whether the specified BigNumber is equal to this instance. |
| Equals(object) | Determines whether the specified object is equal to this instance. |
Equals(BigNumber)
Source: BigNumber.cs
Determines whether the specified BigNumber is equal to this instance.
public bool Equals(BigNumber other)
Parameters
| Name | Type | Description |
|---|---|---|
other |
BigNumber |
The BigNumber to compare with this instance. |
Returns
true if the specified value is equal to this instance; otherwise, false.
Implements
IEquatable<BigNumber>.Equals
Applies To
| Product | Versions |
|---|---|
| .NET | 9, 10 |
| .NET Standard | 2.0, 2.1 |
Equals(object)
Source: BigNumber.cs
Determines whether the specified object is equal to this instance.
public override bool Equals(object obj)
Parameters
| Name | Type | Description |
|---|---|---|
obj |
object |
The object to compare with this instance. |
Returns
true if the specified object is a BigNumber equal to this instance; otherwise, false.
Applies To
| Product | Versions |
|---|---|
| .NET | 9, 10 |
| .NET Standard | 2.0, 2.1 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests.
Open an issue