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

Search Results for

    Operator operator ==

    operator ==(NullablePersistentPointerUninitialized, NullablePersistentPointerUninitialized)

    Compares two values to determine equality.

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

    The value to compare with right.

    NullablePersistentPointerUninitialized right

    The value to compare with left.

    Returns
    Type Description
    bool

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

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

    operator ==(NullablePersistentPointerUninitialized, NullablePointerReadOnly)

    Compares two values to determine equality.

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

    The value to compare with right.

    NullablePointerReadOnly right

    The value to compare with left.

    Returns
    Type Description
    bool

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

    operator ==(NullablePersistentPointerUninitialized, NullablePointerUninitialized)

    Compares two values to determine equality.

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

    The value to compare with right.

    NullablePointerUninitialized right

    The value to compare with left.

    Returns
    Type Description
    bool

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

    operator ==(NullablePersistentPointerUninitialized, NullableFunctionPointer)

    Compares two values to determine equality.

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

    The value to compare with right.

    NullableFunctionPointer right

    The value to compare with left.

    Returns
    Type Description
    bool

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

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