EditPoint2::EqualTo Method (TextPoint^)
Visual Studio 2015
Returns a value indicating whether the value of the given point object's AbsoluteCharOffset is equal to that of the calling EditPoint object.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Parameters
- Point
-
Type:
EnvDTE::TextPoint^
Required. A TextPoint object to compare to the calling EditPoint point object.
Return Value
Type: System::BooleanA Boolean that is true if Point has the same AbsoluteCharOffset property value as the calling EditPoint point object; otherwise, false.
Implements
EditPoint::EqualTo(TextPoint^)EqualTo throws a ArgumentException exception if Point is not in the same document as the calling point object. With the VirtualPoint, EqualTo compares the virtual positions if the argument is a VirtualPoint, otherwise it compares the physical positions.
Show: