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

Search Results for

    Operator operator >=

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

    Compares two values to determine which is greater or equal.

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

    The value to compare with right.

    PersistentSequencePointer<T> right

    The value to compare with left.

    Returns
    Type Description
    bool

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

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

    operator >=(PersistentSequencePointer<T>, NullablePointerReadOnly)

    Compares two values to determine which is greater or equal.

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

    The value to compare with right.

    NullablePointerReadOnly right

    The value to compare with left.

    Returns
    Type Description
    bool

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

    operator >=(PersistentSequencePointer<T>, NullablePointerUninitialized)

    Compares two values to determine which is greater or equal.

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

    The value to compare with right.

    NullablePointerUninitialized right

    The value to compare with left.

    Returns
    Type Description
    bool

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

    operator >=(NullablePointerReadOnly, PersistentSequencePointer<T>)

    Compares two values to determine which is greater or equal.

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

    The value to compare with right.

    PersistentSequencePointer<T> right

    The value to compare with left.

    Returns
    Type Description
    bool

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

    operator >=(NullablePointerUninitialized, PersistentSequencePointer<T>)

    Compares two values to determine which is greater or equal.

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

    The value to compare with right.

    PersistentSequencePointer<T> right

    The value to compare with left.

    Returns
    Type Description
    bool

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

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