VirtualSnapshotPoint.GreaterThan Operator

Determines whether the position of the left point is greater than the position of the right point.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Declaration
Public Shared Operator > ( _
    left As VirtualSnapshotPoint, _
    right As VirtualSnapshotPoint _
) As Boolean
public static bool operator >(
    VirtualSnapshotPoint left,
    VirtualSnapshotPoint right
)
public:
static bool operator >(
    VirtualSnapshotPoint left, 
    VirtualSnapshotPoint right
)
static let inline (>)
        left:VirtualSnapshotPoint * 
        right:VirtualSnapshotPoint  : bool
JScript does not support overloaded operators.

Parameters

Return Value

Type: System.Boolean
true if left.Position is greater than right.Position, otherwise false.

Exceptions

Exception Condition
ArgumentException

The snapshots of the two points do not match.

.NET Framework Security

See Also

Reference

VirtualSnapshotPoint Structure

Microsoft.VisualStudio.Text Namespace