docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Equals

    Equals(Cinfo)

    Tests for equality.

    Declaration
    public bool Equals(XRSessionSubsystemDescriptor.Cinfo other)
    Parameters
    Type Name Description
    XRSessionSubsystemDescriptor.Cinfo other

    The other XRSessionSubsystemDescriptor.Cinfo to compare against.

    Returns
    Type Description
    bool

    true if all fields in other are equal to this XRSessionSubsystemDescriptor.Cinfo, otherwise false.

    Implements
    IEquatable<T>.Equals(T)

    Equals(object)

    Tests for equality.

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

    The object to test for equality.

    Returns
    Type Description
    bool

    true if obj is a XRSessionSubsystemDescriptor.Cinfo and Equals(Cinfo) returns true, otherwise false.

    Overrides
    ValueType.Equals(object)
    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023