LineTransform::Inequality Operator (LineTransform, LineTransform)

 

Determines whether two LineTransform objects are different.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
static bool operator !=(
	LineTransform transform1,
	LineTransform transform2
)

Parameters

transform1
Type: Microsoft.VisualStudio.Text.Formatting::LineTransform

The first line transform.

transform2
Type: Microsoft.VisualStudio.Text.Formatting::LineTransform

The second line transform.

Return Value

Type: System::Boolean

true if the line transforms are different, otherwise false.

Return to top
Show: