UniValue Equals Method (UniValue)Nemiro.OAuth
Determines whether two UniValue instances are equal.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public bool Equals(
	UniValue value
)

Return Value

Type: Boolean
true if the specified UniValue is equal to the current UniValue; otherwise, false.
See Also