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