Version: Unity 6.7 Beta (6000.7)
LanguageEnglish
  • C#

FixedList64Bytes<T0>.operator !=

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static bool operator !=(ref FixedList64Bytes`1 a, ref FixedList32Bytes`1 b);

Parameters

Parameter Description
a The first list to compare for inequality.
b The second list to compare for inequality.

Returns

bool True if the two lists are unequal.

Description

Returns true if two lists are unequal.

Two lists are equal if their length and bytes are equal.


public static bool operator !=(ref FixedList64Bytes`1 a, ref FixedList64Bytes`1 b);

Parameters

Parameter Description
a The first list to compare for inequality.
b The second list to compare for inequality.

Returns

bool True if the two lists are unequal.

Description

Returns true if two lists are unequal.

Two lists are equal if their length and bytes are equal.


public static bool operator !=(ref FixedList64Bytes`1 a, ref FixedList128Bytes`1 b);

Parameters

Parameter Description
a The first list to compare for inequality.
b The second list to compare for inequality.

Returns

bool True if the two lists are unequal.

Description

Returns true if two lists are unequal.

Two lists are equal if their length and bytes are equal.


public static bool operator !=(ref FixedList64Bytes`1 a, ref FixedList512Bytes`1 b);

Parameters

Parameter Description
a The first list to compare for inequality.
b The second list to compare for inequality.

Returns

bool True if the two lists are unequal.

Description

Returns true if two lists are unequal.

Two lists are equal if their length and bytes are equal.


public static bool operator !=(ref FixedList64Bytes`1 a, ref FixedList4096Bytes`1 b);

Parameters

Parameter Description
a The first list to compare for inequality.
b The second list to compare for inequality.

Returns

bool True if the two lists are unequal.

Description

Returns true if two lists are unequal.

Two lists are equal if their length and bytes are equal.