docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Method Equals

    Equals(Cinfo)

    Tests for equality.

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

    The other XRHandSubsystemDescriptor.Cinfo to compare against.

    Returns
    Type Description
    bool

    Returns true if every field in other is equal to this XRHandSubsystemDescriptor.Cinfo, otherwise returns true.

    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

    Returns true if obj is of type XRHandSubsystemDescriptor.Cinfo and Equals(Cinfo) also returns true; otherwise returns false.

    Overrides
    ValueType.Equals(object)
    In This Article
    Back to top
    Copyright © 2023 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)