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 objects have the same rank, and all their dimensions are 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 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)