operator !=(Rune, Rune)
Evaluates if one is not equal to the other.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Operator
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public static bool operator !=(Unicode.Rune lhs, Unicode.Rune rhs)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if the left-hand side's is not equal to the right-hand side's. |