docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator operator !=

    operator !=(SymbolicTensorShape, SymbolicTensorShape)

    Compares two SymbolicTensorShape objects. Returns true if the two shapes have a different or unknown rank, or at least one of their dimensions are not equal.

    Declaration
    public static bool operator !=(SymbolicTensorShape a, SymbolicTensorShape b)
    Parameters
    Type Name Description
    SymbolicTensorShape a

    The first SymbolicTensorShape to compare.

    SymbolicTensorShape b

    The second SymbolicTensorShape to compare.

    Returns
    Type Description
    bool

    Whether the two SymbolicTensorShape objects are not equal.

    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)