Method AreCurvesEquals
AreCurvesEquals(uint, uint)
Check if two curve are equals by comparing each attribute, one by one. The two curves need to be of the same type; otherwise, it returns false by default
Declaration
[HandleProcessCorruptedStateExceptions]
public bool AreCurvesEquals(uint curve1, uint curve2)
Parameters
Type | Name | Description |
---|---|---|
uint | curve1 | A curve to be compare |
uint | curve2 | A curve to be compare |
Returns
Type | Description |
---|---|
bool |