TextExtent::Inequality Operator (TextExtent, TextExtent)

 

Determines whether two TextExtent objects are different.

Namespace:   Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public:
static bool operator !=(
	TextExtent extent1,
	TextExtent extent2
)

Parameters

extent1
Type: Microsoft.VisualStudio.Text.Operations::TextExtent

The first object.

extent2
Type: Microsoft.VisualStudio.Text.Operations::TextExtent

The second object.

Return Value

Type: System::Boolean

true if the two objects are different, otherwise false.

Return to top
Show: