docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator operator !=

    operator !=(EntityManager, EntityManager)

    Compare two EntityManager objects for inequality

    Declaration
    public static bool operator !=(EntityManager lhs, EntityManager rhs)
    Parameters
    Type Name Description
    EntityManager lhs

    The left EntityManager instance

    EntityManager rhs

    The right EntityManager instnace

    Returns
    Type Description
    bool

    False if the two instances are equal, or true if not.

    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)