Freigeben über


TextChangeRange.Equality(TextChangeRange, TextChangeRange) Betreiber

Definition

Bestimmt, ob zwei Instanzen TextChangeRange identisch sind.

public:
 static bool operator ==(Microsoft::CodeAnalysis::Text::TextChangeRange left, Microsoft::CodeAnalysis::Text::TextChangeRange right);
public static bool operator == (Microsoft.CodeAnalysis.Text.TextChangeRange left, Microsoft.CodeAnalysis.Text.TextChangeRange right);
static member ( = ) : Microsoft.CodeAnalysis.Text.TextChangeRange * Microsoft.CodeAnalysis.Text.TextChangeRange -> bool
Public Shared Operator == (left As TextChangeRange, right As TextChangeRange) As Boolean

Parameter

Gibt zurück

Gilt für: