Bridge

String..::..Equals Method (String)

Determines whether this instance and another specified String object have the same value.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public bool Equals(
	string value
)
<TemplateAttribute> _
Public Function Equals ( _
	value As String _
) As Boolean
[TemplateAttribute]
public:
bool^ Equals(
	String^ value
)

Parameters

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

Return Value

true if the value of the value parameter is the same as the value of this instance; otherwise, false. If value is null, the method returns false.