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

Search Results for

    Operator operator !=

    operator !=(PersistentPointerReadOnly, PersistentPointerReadOnly)

    Compares two values to determine inequality.

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

    The value to compare with right.

    PersistentPointerReadOnly right

    The value to compare with left.

    Returns
    Type Description
    bool

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

    Implements
    IEqualityOperators<TSelf, TOther, TResult>.operator !=(TSelf, TOther)

    operator !=(PersistentPointerReadOnly, NullablePointerReadOnly)

    Compares two values to determine inequality.

    Declaration
    public static bool operator !=(PersistentPointerReadOnly left, NullablePointerReadOnly right)
    Parameters
    Type Name Description
    PersistentPointerReadOnly 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 !=(PersistentPointerReadOnly, NullablePointerUninitialized)

    Compares two values to determine inequality.

    Declaration
    public static bool operator !=(PersistentPointerReadOnly left, NullablePointerUninitialized right)
    Parameters
    Type Name Description
    PersistentPointerReadOnly 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 !=(PersistentPointerReadOnly, NullableFunctionPointer)

    Compares two values to determine inequality.

    Declaration
    public static bool operator !=(PersistentPointerReadOnly left, NullableFunctionPointer right)
    Parameters
    Type Name Description
    PersistentPointerReadOnly 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.