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

Search Results for

    Operator operator <=

    operator <=(NullableSequencePointer<T>, NullableSequencePointer<T>)

    Compares two values to determine which is less or equal.

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

    The value to compare with right.

    NullableSequencePointer<T> right

    The value to compare with left.

    Returns
    Type Description
    bool

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

    operator <=(NullableSequencePointer<T>, NullablePointerReadOnly)

    Compares two values to determine which is less or equal.

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

    Compares two values to determine which is less or equal.

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

    Compares two values to determine which is less or equal.

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

    The value to compare with right.

    NullableSequencePointer<T> 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, NullableSequencePointer<T>)

    Compares two values to determine which is less or equal.

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

    The value to compare with right.

    NullableSequencePointer<T> 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.