VirtualSnapshotPoint::Equality Operator (VirtualSnapshotPoint, VirtualSnapshotPoint)

 

Determines whether two VirtualSnapshotPoint objects are the same.

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

public:
static bool operator ==(
	VirtualSnapshotPoint left,
	VirtualSnapshotPoint right
)

Parameters

left
Type: Microsoft.VisualStudio.Text::VirtualSnapshotPoint

The left-hand point.

right
Type: Microsoft.VisualStudio.Text::VirtualSnapshotPoint

The right-hand point.

Return Value

Type: System::Boolean

true if the two objects are the same, otherwise false.

Return to top
Show: