VirtualSnapshotPoint.Equality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.