UniValue Equals Method (String)Nemiro.OAuth
Determines whether this instance and another specified String object have the same value.

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

public bool Equals(
	string value
)

Parameters

value
Type: System String
The string to compare to this instance of the UniValue.

Return Value

Type: Boolean
true if the value of the value parameter is the same as this instance; otherwise, false.
See Also