operator ==
Returns true if two lists are equal.
Read time 2 minutesLast updated 10 days ago
Definition
- Type: Operator
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
operator ==(FixedList512Bytes<T>, FixedList32Bytes<T>)
Returns true if two lists are equal.
public static bool operator ==(in FixedList512Bytes<T> a, in FixedList32Bytes<T> b)
Parameters
The first list to compare for equality.
The second list to compare for equality.
Returns
Type | Description |
|---|---|
| bool | True if the two lists are equal. |
Remarks
Two lists are equal if their length and bytes are equal.
operator ==(FixedList512Bytes<T>, FixedList64Bytes<T>)
Returns true if two lists are equal.
public static bool operator ==(in FixedList512Bytes<T> a, in FixedList64Bytes<T> b)
Parameters
The first list to compare for equality.
The second list to compare for equality.
Returns
Type | Description |
|---|---|
| bool | True if the two lists are equal. |
Remarks
Two lists are equal if their length and bytes are equal.
operator ==(FixedList512Bytes<T>, FixedList128Bytes<T>)
Returns true if two lists are equal.
public static bool operator ==(in FixedList512Bytes<T> a, in FixedList128Bytes<T> b)
Parameters
The first list to compare for equality.
The second list to compare for equality.
Returns
Type | Description |
|---|---|
| bool | True if the two lists are equal. |
Remarks
Two lists are equal if their length and bytes are equal.
operator ==(FixedList512Bytes<T>, FixedList512Bytes<T>)
Returns true if two lists are equal.
public static bool operator ==(in FixedList512Bytes<T> a, in FixedList512Bytes<T> b)
Parameters
The first list to compare for equality.
The second list to compare for equality.
Returns
Type | Description |
|---|---|
| bool | True if the two lists are equal. |
Remarks
Two lists are equal if their length and bytes are equal.
operator ==(FixedList512Bytes<T>, FixedList4096Bytes<T>)
Returns true if two lists are equal.
public static bool operator ==(in FixedList512Bytes<T> a, in FixedList4096Bytes<T> b)
Parameters
The first list to compare for equality.
The second list to compare for equality.
Returns
Type | Description |
|---|---|
| bool | True if the two lists are equal. |
Remarks
Two lists are equal if their length and bytes are equal.