Name the string class operator used to decide whether two given strings have different values.
The inequality operator (!=). The syntax is:
public static bool operator != (string? x, string? y);
The inequality operator (!=). The syntax is:
public static bool operator != (string? x, string? y);