Search Results for

    Show / Hide Table of Contents

    Operator Inequality

    Inequality(EntityBone, EntityBone)

    Determines if two EntityBones don't refer to the same bone.

    Declaration
    public static bool operator !=(EntityBone left, EntityBone right)
    Parameters
    Type Name Description
    EntityBone left

    The left EntityBone.

    EntityBone right

    The right EntityBone.

    Returns
    Type Description
    System.Boolean

    true if left is not the same bone as right; otherwise, false.

    Inequality(EntityBone, Bone)

    Determines if an EntityBone doesn't refer to a specific bone.

    Declaration
    public static bool operator !=(EntityBone entityBone, Bone boneId)
    Parameters
    Type Name Description
    EntityBone entityBone

    The EntityBone to check.

    Bone boneId

    The Bone ID to check against.

    Returns
    Type Description
    System.Boolean

    true if entityBone does not refer to the boneId; otherwise, false.

    ☀
    ☾
    Back to top Copyright (C) 2015 crosire - zlib
    Generated with DocFX