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

Search Results for

    Operator operator >

    operator >(PersistentSequencePointer, PersistentSequencePointer)

    Compares two values to determine which is greater.

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

    The value to compare with right.

    PersistentSequencePointer right

    The value to compare with left.

    Returns
    Type Description
    bool

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

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

    operator >(PersistentSequencePointer, NullablePointerReadOnly)

    Compares two values to determine which is greater.

    Declaration
    public static bool operator >(PersistentSequencePointer left, NullablePointerReadOnly right)
    Parameters
    Type Name Description
    PersistentSequencePointer 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 right; otherwise, false.

    operator >(PersistentSequencePointer, NullablePointerUninitialized)

    Compares two values to determine which is greater.

    Declaration
    public static bool operator >(PersistentSequencePointer left, NullablePointerUninitialized right)
    Parameters
    Type Name Description
    PersistentSequencePointer 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 right; otherwise, false.

    operator >(NullablePointerReadOnly, PersistentSequencePointer)

    Compares two values to determine which is greater.

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

    The value to compare with right.

    PersistentSequencePointer right

    The value to compare with left.

    Returns
    Type Description
    bool

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

    operator >(NullablePointerUninitialized, PersistentSequencePointer)

    Compares two values to determine which is greater.

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

    The value to compare with right.

    PersistentSequencePointer right

    The value to compare with left.

    Returns
    Type Description
    bool

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

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