SemPtr SemPtr
SemPtr SemPtr
Documentation generated with DocFX
Using SingulinkFX as the template

Search Results for

    Operator operator !=

    operator !=(SequencePointer, SequencePointer)

    Compares two values to determine inequality.

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

    The value to compare with right.

    SequencePointer right

    The value to compare with left.

    Returns
    Type Description
    bool

    true if left is not equal to right; otherwise, false.

    operator !=(SequencePointer, NullablePointerReadOnly)

    Compares two values to determine inequality.

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

    The value to compare with right.

    NullablePointerReadOnly right

    The value to compare with left.

    Returns
    Type Description
    bool

    true if left is not equal to right; otherwise, false.

    operator !=(SequencePointer, NullablePointerUninitialized)

    Compares two values to determine inequality.

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

    The value to compare with right.

    NullablePointerUninitialized right

    The value to compare with left.

    Returns
    Type Description
    bool

    true if left is not equal to right; otherwise, false.

    operator !=(SequencePointer, NullableFunctionPointer)

    Compares two values to determine inequality.

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

    The value to compare with right.

    NullableFunctionPointer right

    The value to compare with left.

    Returns
    Type Description
    bool

    true if left is not equal to right; otherwise, false.

    © 2026 Felix Rüdiger. SemPtr and its documentation are licensed under the MIT license.