String..::..Equals Method (String)
Determines whether this instance and another specified String object have the same value.
Namespace:
SystemAssembly: 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.