LineTransform::Equality Operator (LineTransform, LineTransform)

 

Determines whether two LineTransform objects are the same.

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

Return to top
Show: