Search Results for

    Show / Hide Table of Contents

    Operator Inequality

    Inequality(Checkpoint, Checkpoint)

    Determines if two Checkpoints don't refer to the same checkpoint.

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

    The left Checkpoint.

    Checkpoint right

    The right Checkpoint.

    Returns
    Type Description
    System.Boolean

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

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