Class NativeListExtensions
Provides extension methods for UnsafeList.
Namespace: Unity.Collections
Assembly: solution.dll
Syntax
public static class NativeListExtensions
Methods
Name | Description |
---|---|
Arrays |
Returns true if this container and another have equal length and content. |
Arrays |
Returns true if this container and another have equal length and content. |
Arrays |
Returns true if this container and another have equal length and content. |
Arrays |
Returns true if this container and another have equal length and content. |
Contains<T, U>(Native |
Returns true if a particular value is present in this list. |
Index |
Finds the index of the first occurrence of a particular value in this list. |