Click or drag to resize
StringEquals Method (String)
Determines whether this instance and another specified String object have the same value.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public bool Equals(
	string value
)

Parameters

value
Type: SystemString
The string to compare to this instance.

Return Value

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