docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Equals

    Equals(T)

    Test if saved value is equal to the one given

    Declaration
    public bool Equals(T other)
    Parameters
    Type Name Description
    T other

    Given value

    Returns
    Type Description
    bool

    True if value are the same

    Implements
    IEquatable<T>.Equals(T)

    Equals(EditorPrefBoolFlags<T>)

    Test if this EditorPrefBoolFlags is the same than the given one

    Declaration
    public bool Equals(EditorPrefBoolFlags<T> other)
    Parameters
    Type Name Description
    EditorPrefBoolFlags<T> other

    Given EditorPrefBoolFlags

    Returns
    Type Description
    bool

    True if they use the same value

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