Share via


LineTransform.Inequality Operator

Determines whether two LineTransform objects are different.

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

Syntax

'Declaration
Public Shared Operator <> ( _
    transform1 As LineTransform, _
    transform2 As LineTransform _
) As Boolean
public static bool operator !=(
    LineTransform transform1,
    LineTransform transform2
)
public:
static bool operator !=(
    LineTransform transform1, 
    LineTransform transform2
)
static let inline(<>)
        transform1:LineTransform * 
        transform2:LineTransform  : bool
JScript does not support overloaded operators.

Parameters

Return Value

Type: System.Boolean
true if the line transforms are different, otherwise false.

.NET Framework Security

See Also

Reference

LineTransform Structure

Microsoft.VisualStudio.Text.Formatting Namespace