Share via


LineTransform.Equality Operator

Determines whether two LineTransform objects are the same.

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 both line transforms are the same, otherwise false.

.NET Framework Security

See Also

Reference

LineTransform Structure

Microsoft.VisualStudio.Text.Formatting Namespace