Share via


LineTransform.Equality(LineTransform, LineTransform) Operator

Definition

Determines whether two LineTransform objects are the same.

public:
 static bool operator ==(Microsoft::VisualStudio::Text::Formatting::LineTransform transform1, Microsoft::VisualStudio::Text::Formatting::LineTransform transform2);
public:
 static bool operator ==(Microsoft::VisualStudio::Text::Formatting::LineTransform transform1, Microsoft::VisualStudio::Text::Formatting::LineTransform transform2);
 static bool operator ==(Microsoft::VisualStudio::Text::Formatting::LineTransform transform1, Microsoft::VisualStudio::Text::Formatting::LineTransform transform2);
public static bool operator == (Microsoft.VisualStudio.Text.Formatting.LineTransform transform1, Microsoft.VisualStudio.Text.Formatting.LineTransform transform2);
static member ( = ) : Microsoft.VisualStudio.Text.Formatting.LineTransform * Microsoft.VisualStudio.Text.Formatting.LineTransform -> bool
Public Shared Operator == (transform1 As LineTransform, transform2 As LineTransform) As Boolean

Parameters

transform1
LineTransform

The first line transform.

transform2
LineTransform

The second line transform

Returns

true if both line transforms are the same, otherwise false.

Applies to