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

Search Results for

    Operator operator <=

    operator <=(NullablePersistentSequencePointerUninitialized, NullablePersistentSequencePointerUninitialized)

    Compares two values to determine which is less or equal.

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

    The value to compare with right.

    NullablePersistentSequencePointerUninitialized right

    The value to compare with left.

    Returns
    Type Description
    bool

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

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

    operator <=(NullablePersistentSequencePointerUninitialized, NullablePointerReadOnly)

    Compares two values to determine which is less or equal.

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

    The value to compare with right.

    NullablePointerReadOnly right

    The value to compare with left.

    Returns
    Type Description
    bool

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

    operator <=(NullablePersistentSequencePointerUninitialized, NullablePointerUninitialized)

    Compares two values to determine which is less or equal.

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

    The value to compare with right.

    NullablePointerUninitialized right

    The value to compare with left.

    Returns
    Type Description
    bool

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

    operator <=(NullablePointerReadOnly, NullablePersistentSequencePointerUninitialized)

    Compares two values to determine which is less or equal.

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

    The value to compare with right.

    NullablePersistentSequencePointerUninitialized right

    The value to compare with left.

    Returns
    Type Description
    bool

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

    operator <=(NullablePointerUninitialized, NullablePersistentSequencePointerUninitialized)

    Compares two values to determine which is less or equal.

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

    The value to compare with right.

    NullablePersistentSequencePointerUninitialized right

    The value to compare with left.

    Returns
    Type Description
    bool

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

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