String Operators

String Operators
Operators
Operator 
Description 
!= 
Determines the inequality of Strings. 
[] 
Returns the byte in the data array at the specified index. 
+ 
Concatenates two strings. 
+= 
Returns a new String which is a concatenation of the original string with the parameter. 
< 
Returns the result of lexicographical comparison between two strings. 
= 
Assignment operation. 
== 
Comparison operation. 
> 
Returns the result of lexicographical comparison between two strings. 
Operator function for casting to a pointer of type char.