StringEquals Method (String) |
Determines whether this instance and another specified
String object have the same value.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public bool Equals(
string value
)
Parameters
- value
- Type: SystemString
The string to compare to this instance.
Return Value
Type:
Booleantrue if the value of the
value parameter is the same as this instance; otherwise, false.
See Also