String.operator != Method
Determines whether two specified String objects have different values.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
[MethodImplAttribute]
public static bool operator != (
string a,
string b
)
Parameters
- a
A String object or a null reference. - b
A String object or a null reference.
Return Value
true if the value of a is different from the value of b; otherwise, false.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.