Determines whether two UniValue instances are equal.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- value
- Type: Nemiro.OAuth UniValue
The UniValue to compare with the current instance of the UniValue.
Return Value
Type: Booleantrue if the specified UniValue is equal to the current UniValue; otherwise, false.
See Also