docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Equals

    Equals(bool2x2)

    Returns true if the bool2x2 is equal to a given bool2x2, false otherwise.

    Declaration
    public bool Equals(bool2x2 rhs)
    Parameters
    Type Name Description
    bool2x2 rhs

    Right hand side argument to compare equality with.

    Returns
    Type Description
    bool

    The result of the equality comparison.

    Implements
    IEquatable<T>.Equals(T)

    Equals(object)

    Returns true if the bool2x2 is equal to a given bool2x2, false otherwise.

    Declaration
    public override bool Equals(object o)
    Parameters
    Type Name Description
    object o

    Right hand side argument to compare equality with.

    Returns
    Type Description
    bool

    The result of the equality comparison.

    Overrides
    ValueType.Equals(object)
    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)