TextExtent.Equality(TextExtent, TextExtent) 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 TextExtent objects are the same.
public:
static bool operator ==(Microsoft::VisualStudio::Text::Operations::TextExtent extent1, Microsoft::VisualStudio::Text::Operations::TextExtent extent2);
static bool operator ==(Microsoft::VisualStudio::Text::Operations::TextExtent extent1, Microsoft::VisualStudio::Text::Operations::TextExtent extent2);
public static bool operator == (Microsoft.VisualStudio.Text.Operations.TextExtent extent1, Microsoft.VisualStudio.Text.Operations.TextExtent extent2);
static member ( = ) : Microsoft.VisualStudio.Text.Operations.TextExtent * Microsoft.VisualStudio.Text.Operations.TextExtent -> bool
Public Shared Operator == (extent1 As TextExtent, extent2 As TextExtent) As Boolean
Parameters
- extent1
- TextExtent
The first object.
- extent2
- TextExtent
The second object.
Returns
true
if the objects are the same, otherwise false.