Operator operator !=
operator !=(Rune, Rune)
Evaluates if one is not equal to the other.
Declaration
public static bool operator !=(Unicode.Rune lhs, Unicode.Rune rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| Unicode.Rune | lhs | The left-hand side |
| Unicode.Rune | rhs | The right-hand side |
Returns
| Type | Description |
|---|---|
| bool | True if the left-hand side's is not equal to the right-hand side's. |