docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Equals

    Equals(ArSession)

    Tests for equality.

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

    The ArSession to compare against.

    Returns
    Type Description
    bool

    Returns true if the underlying native pointers are the same. Returns false otherwise.

    Implements
    IEquatable<T>.Equals(T)
    Remarks

    Two ArSessions are considered equal if their underlying pointers are equal.

    Equals(object)

    Tests for equality.

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

    An object to compare against.

    Returns
    Type Description
    bool

    Returns true if obj is an ArSession and it compares equal to this one using Equals(ArSession).

    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)