operator ==(Rune, Rune)
Evaluates if one is equal to the other.
Read time 1 minuteLast updated 12 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 equal to the right-hand side's. |