docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator operator !=

    operator !=(VolumeParameter<T>, T)

    Compares the value store in a parameter with another value of the same type.

    Declaration
    public static bool operator !=(VolumeParameter<T> lhs, T rhs)
    Parameters
    Type Name Description
    VolumeParameter<T> lhs

    The first value in a VolumeParameter.

    T rhs

    The second value.

    Returns
    Type Description
    bool

    false if both values are equal, true otherwise

    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)