docs.unity.cn
    Show / Hide Table of Contents

    Struct LivePropertyHandle

    A handle that indentifies a property created in a LiveStream.

    Namespace: Unity.LiveCapture
    Syntax
    public struct LivePropertyHandle : IEquatable<LivePropertyHandle>

    Methods

    Equals(Object)

    Determines whether the specified object is equal to the current LivePropertyHandle.

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

    The object to compare with the current LivePropertyHandle.

    Returns
    Type Description
    Boolean

    true if the specified object is equal to the current LivePropertyHandle; otherwise, false.

    Overrides
    ValueType.Equals(Object)

    Equals(LivePropertyHandle)

    Determines whether the LivePropertyHandle instances are equal.

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

    The other LivePropertyHandle to compare with the current object.

    Returns
    Type Description
    Boolean

    True if the specified object is equal to the current object; otherwise, false.

    GetHashCode()

    Gets the hash code for the LivePropertyHandle.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32

    The hash value generated for this LivePropertyHandle.

    Overrides
    ValueType.GetHashCode()

    Operators

    Equality(LivePropertyHandle, LivePropertyHandle)

    Determines whether the two specified LivePropertyHandle are equal.

    Declaration
    public static bool operator ==(LivePropertyHandle a, LivePropertyHandle b)
    Parameters
    Type Name Description
    LivePropertyHandle a

    The first LivePropertyHandle.

    LivePropertyHandle b

    The second LivePropertyHandle.

    Returns
    Type Description
    Boolean

    true if the specified LivePropertyHandle are equal; otherwise, false.

    Inequality(LivePropertyHandle, LivePropertyHandle)

    Determines whether the two specified LivePropertyHandle are different.

    Declaration
    public static bool operator !=(LivePropertyHandle a, LivePropertyHandle b)
    Parameters
    Type Name Description
    LivePropertyHandle a

    The first LivePropertyHandle.

    LivePropertyHandle b

    The second LivePropertyHandle.

    Returns
    Type Description
    Boolean

    true if the specified LivePropertyHandle are different; otherwise, false.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, May 17, 2023