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.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
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: Booleantrue if the value of the value parameter is the same as this instance; otherwise, false.
See Also