Compartir a través de


ToolWindowPlacement.Equality(ToolWindowPlacement, ToolWindowPlacement) Operator

Definition

Compares two ToolWindowPlacement values returning whether they are equal.

public static bool operator == (Microsoft.VisualStudio.Extensibility.ToolWindows.ToolWindowPlacement a, Microsoft.VisualStudio.Extensibility.ToolWindows.ToolWindowPlacement b);
static member ( = ) : Microsoft.VisualStudio.Extensibility.ToolWindows.ToolWindowPlacement * Microsoft.VisualStudio.Extensibility.ToolWindows.ToolWindowPlacement -> bool
Public Shared Operator == (a As ToolWindowPlacement, b As ToolWindowPlacement) As Boolean

Parameters

a
ToolWindowPlacement

The first value to compare.

b
ToolWindowPlacement

The second value to compare.

Returns

Whether the two values are equal.

Applies to