docs.unity3d.com
    Show / Hide Table of Contents

    Enum QueryFilter.OpOptions

    The operator used to compare the field to the filter value. Supports CONTAINS (only on the Name field), EQ (Equal), NE (Not Equal), LT (Less Than), LE (Less Than or Equal), GT (Greater Than), and GE (Greater Than or Equal).

    Namespace: Unity.Services.Lobbies.Models
    Syntax
    [Preserve]
    public enum OpOptions

    Fields

    Name Description Value
    CONTAINS

    Enum CONTAINS for value: CONTAINS

    EQ

    Enum EQ for value: EQ

    GE

    Enum GE for value: GE

    GT

    Enum GT for value: GT

    LE

    Enum LE for value: LE

    LT

    Enum LT for value: LT

    NE

    Enum NE for value: NE

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023