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