Name the string class operator used to decide whether two given strings have different values.

bookmark

The inequality operator (!=). The syntax is:

public static bool operator != (string? x, string? y);