UniValue Equals Method (String, StringComparison)Nemiro.OAuth
Determines whether this string and a specified String object have the same value. A parameter specifies the culture, case, and sort rules used in the comparison.

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,
	StringComparison comparisonType
)

Parameters

value
Type: System String
The string to compare to this instance.
comparisonType
Type: System StringComparison
One of the enumeration values that specifies how the strings will be compared.

Return Value

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