Share via


VirtualSnapshotPoint.Equality Operator

Definition

Determines whether two VirtualSnapshotPoint objects are the same.

public:
 static bool operator ==(Microsoft::VisualStudio::Text::VirtualSnapshotPoint left, Microsoft::VisualStudio::Text::VirtualSnapshotPoint right);
public static bool operator == (Microsoft.VisualStudio.Text.VirtualSnapshotPoint left, Microsoft.VisualStudio.Text.VirtualSnapshotPoint right);
static member ( = ) : Microsoft.VisualStudio.Text.VirtualSnapshotPoint * Microsoft.VisualStudio.Text.VirtualSnapshotPoint -> bool
Public Shared Operator == (left As VirtualSnapshotPoint, right As VirtualSnapshotPoint) As Boolean

Parameters

left
VirtualSnapshotPoint

The first object.

right
VirtualSnapshotPoint

The second object.

Returns

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

Applies to