operator !=
The not equals operator.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Operator
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
operator !=(StringView, StringView)
The not equals operator.
public static bool operator !=(StringView lhs, StringView rhs)
Parameters
Returns
Type | Description |
|---|---|
| bool |
operator !=(StringView, string)
The not equals operator.
public static bool operator !=(StringView lhs, string rhs)
Parameters
Returns
Type | Description |
|---|---|
| bool |
operator !=(string, StringView)
The not equals operator.
public static bool operator !=(string lhs, StringView rhs)
Parameters
Returns
Type | Description |
|---|---|
| bool |