Search Results for

    Show / Hide Table of Contents

    Operator Inequality

    Inequality(ParticleEffect, ParticleEffect)

    Determines if two ParticleEffects don't refer to the same effect.

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

    The left ParticleEffect.

    ParticleEffect right

    The right ParticleEffect.

    Returns
    Type Description
    System.Boolean

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

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