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

Search Results for

    Operator operator ==

    operator ==(NullableFunctionPointer<TDelegate>, NullableFunctionPointer<TDelegate>)

    Compares two values to determine equality.

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

    The value to compare with right.

    NullableFunctionPointer<TDelegate> right

    The value to compare with left.

    Returns
    Type Description
    bool

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

    operator ==(NullableFunctionPointer<TDelegate>, NullableFunctionPointer)

    Compares two values to determine equality.

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

    operator ==(NullableFunctionPointer<TDelegate>, NullablePointerReadOnly)

    Compares two values to determine equality.

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

    Compares two values to determine equality.

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

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