docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator operator !=

    operator !=(Category, Category)

    != Overload. If id or displayName don't match then the Category instances. are deemed not equal.

    Declaration
    public static bool operator !=(Category x, Category y)
    Parameters
    Type Name Description
    Category x

    A Category instance to compare.

    Category y

    The Category instance to compare to.

    Returns
    Type Description
    bool

    true if both Category are not the same.

    Remarks

    Two null objects are considered equal.

    In This Article
    Back to top
    Copyright © 2024 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)