docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum FieldFilter.OpEnum

    The comparison operator to use for the filter. The specified value is compared to the indexed value (lexicographically for string data, numerically for numerical data) using one of the following operators: * EQ - Equal * NE - Not Equal * LT - Less Than * LE - Less Than or Equal * GT - Greater Than * GE - Greater Than or Equal

    Namespace: Unity.Services.Apis.CloudSave
    Assembly: solution.dll
    Syntax
    public enum FieldFilter.OpEnum

    Fields

    Name Description
    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

    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)