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

Search Results for

    Operator operator true

    operator true(NullablePersistentSequencePointerReadOnly)

    Determines whether the specified pointer is non-null.

    Declaration
    public static bool operator true(NullablePersistentSequencePointerReadOnly pointer)
    Parameters
    Type Name Description
    NullablePersistentSequencePointerReadOnly pointer

    The pointer to check if it is non-null.

    Returns
    Type Description
    bool

    true, if the specified pointer is non-null; otherwise, false.

    Remarks

    This operator allows for the use of the pointer in conditional statements, such as if (pointer) { ... }, where the condition evaluates to true if the pointer is non-null and false if it is null.

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