Operator Inequality
| Improve this Doc View SourceInequality(_String, _String)
Performs a logical comparison of the two _String parameters for non-equality.
Declaration
public static _Boolean operator !=(_String x, _String y)
Parameters
| Type | Name | Description |
|---|---|---|
| _String | x | A _String object. |
| _String | y | A _String object. |
Returns
| Type | Description |
|---|---|
| _Boolean | The result _Boolean expression. |