{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Operator operator == | Collections | 2.3.0-pre.3
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator operator ==

    operator ==(in FixedList512Bytes<T>, in FixedList32Bytes<T>)

    Returns true if two lists are equal.

    Declaration
    public static bool operator ==(in FixedList512Bytes<T> a, in FixedList32Bytes<T> b)
    Parameters
    Type Name Description
    FixedList512Bytes<T> a

    The first list to compare for equality.

    FixedList32Bytes<T> b

    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 ==(in FixedList512Bytes<T>, in FixedList64Bytes<T>)

    Returns true if two lists are equal.

    Declaration
    public static bool operator ==(in FixedList512Bytes<T> a, in FixedList64Bytes<T> b)
    Parameters
    Type Name Description
    FixedList512Bytes<T> a

    The first list to compare for equality.

    FixedList64Bytes<T> b

    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 ==(in FixedList512Bytes<T>, in FixedList128Bytes<T>)

    Returns true if two lists are equal.

    Declaration
    public static bool operator ==(in FixedList512Bytes<T> a, in FixedList128Bytes<T> b)
    Parameters
    Type Name Description
    FixedList512Bytes<T> a

    The first list to compare for equality.

    FixedList128Bytes<T> b

    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 ==(in FixedList512Bytes<T>, in FixedList512Bytes<T>)

    Returns true if two lists are equal.

    Declaration
    public static bool operator ==(in FixedList512Bytes<T> a, in FixedList512Bytes<T> b)
    Parameters
    Type Name Description
    FixedList512Bytes<T> a

    The first list to compare for equality.

    FixedList512Bytes<T> b

    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 ==(in FixedList512Bytes<T>, in FixedList4096Bytes<T>)

    Returns true if two lists are equal.

    Declaration
    public static bool operator ==(in FixedList512Bytes<T> a, in FixedList4096Bytes<T> b)
    Parameters
    Type Name Description
    FixedList512Bytes<T> a

    The first list to compare for equality.

    FixedList4096Bytes<T> b

    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.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)