Mono Class Library: System.String Overview | Members

System.String Inequality Operator

Returns a bool value indicating whether the two string values are not equal to each other. [Edit]

public static bool operator!= (string a, string b)

See Also

string.Equals(object)

Parameters

a
The first string to compare. [Edit]
b
The second string to compare. [Edit]

Returns

true if a and b do not represent the same string value; otherwise, false. [Edit]

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0