docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Equals

    Equals(XREnvironmentProbeSubsystemCinfo)

    Tests for equality.

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

    The other XREnvironmentProbeSubsystemCinfo to compare against.

    Returns
    Type Description
    bool

    True if every field in other is equal to this XREnvironmentProbeSubsystemCinfo, 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 compare against.

    Returns
    Type Description
    bool

    True if obj is of type XREnvironmentProbeSubsystemCinfo and Equals(XREnvironmentProbeSubsystemCinfo) also 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