Freigeben über


TextBounds.Equality-Operator

Bestimmt, ob zwei TextBounds-Objekte gleich sind.

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

Syntax

'Declaration
Public Shared Operator = ( _
    bounds1 As TextBounds, _
    bounds2 As TextBounds _
) As Boolean
public static bool operator ==(
    TextBounds bounds1,
    TextBounds bounds2
)
public:
static bool operator ==(
    TextBounds bounds1, 
    TextBounds bounds2
)
static let inline(=)
        bounds1:TextBounds * 
        bounds2:TextBounds  : bool
JScript unterstützt keine überladenen Operatoren.

Parameter

Rückgabewert

Typ: Boolean
true , wenn die Textbegrenzungen gleich sind, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

TextBounds Struktur

Microsoft.VisualStudio.Text.Formatting-Namespace