EqualsUTF8Bytes(byte*, int, byte*, int)
Returns true if two UTF-8 buffers have the same length and content.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public static bool EqualsUTF8Bytes(byte* aBytes, int aLength, byte* bBytes, int bLength)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if the content of both strings is identical. |